0

I got a set of named pictures on an Excel sheet, created by the "Insert" button in development tag, and from the section "ActiveX controls" from the "Insert" button. What I want is, when I click on one of the images of the set I have, to load the picture the clicked image holds to another, specific Image I have in a certain place for that purpose. How shall that be done with VBA code?

1 Answer 1

0

Found out. I just need to do, etc if I want to copy from Image1 to Image2,

Image1.Picture = Image2.Picture.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .