Thread: image & picture
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Rudski[_5_] Tom Rudski[_5_] is offline
external usenet poster
 
Posts: 5
Default image & picture

I import a web picture into a Sheet and name the Shape (jpgname).
I currently use Hyperlink to activate the Picture,that works.

I have tried se;ecting & copying the Shape and pasting onto/inot a command
button or image. Get errors running teh code.

Can I make a command button or an image an paste the Shape(jpgname)
into/onto the control button or image's face? I have read the previously
posted responses to 'Picture' and they all Import a bmp file. I don't want
to import a bmp file just assign an existing Sheets Shape to some type of
command button/image.

TIA