Results 1 to 3 of 3

Thread: VBA to upload image over another image

  1. #1
    Banned
    Join Date
    Jul 2017
    Posts
    5
    Rep Power
    0

    VBA to upload image over another image

    I have images in each cell in column B. There are 1000 rows.
    With VBA I want to add a picture over every image in column B.
    I have given the full picture location address in each cell of "Column C" up to 1000 rows for column B cells.

  2. #2
    Member
    Join Date
    May 2013
    Posts
    31
    Rep Power
    0
    Welcome to the forum!

    When you overlay, I guess you want the inserted picture to be the same size? As such, both pictures would be there but the overly would be the only one directly visible.

    When inserting the picture, would you want it linked or embedded?

    A short example file might be nice to work with to help you best. Maybe just 3 image files and an example XLSM with 3 rows of images. Click the Go Advanced button in lower right of a reply. Then the paperclip icon or click the Manage Attachments hyperlink below the reply block to attach the zip file.

  3. #3
    Banned
    Join Date
    Jul 2017
    Posts
    5
    Rep Power
    0
    Picture in C are small compared to pictures in B column. So they can not overlay due to same size.

    I want to put the C rows images in B row columns respectively. Then lock.

    I want to change the position of overlay by up, down, left, right giving position in VBA.

    By overlay I understand that "I am writing text(small) over white text area (big)" to post a message.

Similar Threads

  1. Inserting Image In VBA User Form Caption
    By littleiitin in forum Download Center
    Replies: 3
    Last Post: 02-22-2021, 03:07 PM
  2. Replies: 0
    Last Post: 09-27-2013, 11:33 AM
  3. Replies: 2
    Last Post: 09-12-2013, 02:13 PM
  4. Load PNG File in Userform Image Control
    By Tony in forum Excel Help
    Replies: 2
    Last Post: 02-14-2013, 01:21 PM
  5. Adding Scroll bar to image box in vba
    By princ_wns in forum Excel Help
    Replies: 1
    Last Post: 12-13-2011, 09:47 PM

Tags for this Thread

Posting Permissions

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