View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DaveJones DaveJones is offline
external usenet poster
 
Posts: 4
Default Inserted picture name

Hello
I have inserted a small version of a picture onto a spreadsheet. I've then
linked a macro that opens a userform with a frame on it that displays a
bigger version of the picture when you click on it. This works if I
physically put the path name of the picture in the code. Can I pick up in the
code the name of the picture on the spreadsheet as I am going to have
multiple small pictures on the spreadsheet and would like to only access one
sub to load it onto the userform.

Regards
DaveJones