View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pete Csiszar[_2_] Pete Csiszar[_2_] is offline
external usenet poster
 
Posts: 6
Default Reference an image in another sheet

Hi All,

I need a little help referencing a GIF image on another another work sheet.
Basically what I'd like to do is have a UserForm display a GIF image that is
located in Sheet2

I've got a CommandButton in Sheet1 that opens UserForm1, which is setup for
an image but I'm having trouble getting the image Picture1 located in Sheet2
to display in the form.

I know it is an addressing issue but I'm not sure how to reference it.
If I was calling a GIF file with a path, this wouldn't be a problem.

TIA.

Pete