+ Reply to Thread
Results 1 to 7 of 7

Need help with inserting images from a folder

  1. #1
    Forum Contributor
    Join Date
    08-15-2015
    Location
    India
    MS-Off Ver
    Office 2016
    Posts
    227

    Need help with inserting images from a folder

    Hello everyone, have a vba code which inserts images from a folder.

    Please Login or Register  to view this content.
    in the above code my images load on cell C15 and cell C49 respectively,

    i want the image to load on A23 and A57 respectively, can u please help as to what changes i need to make in the code?

    Please note, rest everything else is working great in the code
    Regards

  2. #2
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,388

    Re: Need help with inserting images from a folder

    How about

    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    08-15-2015
    Location
    India
    MS-Off Ver
    Office 2016
    Posts
    227

    Re: Need help with inserting images from a folder

    Dont want to make any major changes in the code, may be add a line or so

    Right now used (16, -3)

    so that is giving me the images in the right column but not the right row, want the images to go a little down, any help on that??

  4. #4
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,388

    Re: Need help with inserting images from a folder

    This code is doing the same as yours. It is only written in a simple way, which makes reading and understanding easier.
    If you want to images to go down a little, then use more offset like you already mentioned.

  5. #5
    Forum Contributor
    Join Date
    08-15-2015
    Location
    India
    MS-Off Ver
    Office 2016
    Posts
    227

    Re: Need help with inserting images from a folder

    Sorry am new to VBA code, hence the dumb question, in that if i want the images to go down, what offset values can i input??

  6. #6
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,388

    Re: Need help with inserting images from a folder

    Try to use larger numbers in this line

    Target.Offset(20, -3)

  7. #7
    Forum Contributor
    Join Date
    08-15-2015
    Location
    India
    MS-Off Ver
    Office 2016
    Posts
    227

    Re: Need help with inserting images from a folder

    20 worked well,

    now if i want to move it to the right??

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Macro for mac: Inserting images
    By kk92 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-26-2021, 05:22 PM
  2. Inserting images to scale : Please help !!
    By QuintonMcCloud in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-26-2015, 08:50 AM
  3. inserting images using IF satement
    By RandyMPW in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-21-2014, 10:05 PM
  4. [SOLVED] Inserting Images into Excel
    By JungleJme in forum Excel General
    Replies: 1
    Last Post: 06-08-2012, 10:21 AM
  5. Macro for inserting images
    By watkec in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-13-2010, 01:39 PM
  6. inserting images into a form
    By msangapu in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-16-2007, 11:59 AM
  7. inserting images into the cell below it.
    By slimnarmi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-21-2005, 10:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1