View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ian[_14_] Ian[_14_] is offline
external usenet poster
 
Posts: 3
Default Copy picture from image control

I have an Excel addin that contains an image control on a userform. When
the addin is run, I would like to copy the picture from the image control to
a worksheet. What I would like to do is ActiveSheet.pictures.add
Image1.Picture, but of course this doesn't work.

Any suggestions?