View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default VBA Image transfer.


Private Sub CommandButton1_Click()
Image2.Picture = Image1.Picture
End Sub

NickHK

"LT" wrote in message
oups.com...
Hello.

Does anyone know how or where to start even in getting one image
placed into worksheet to transfer to another image "placeholder" in
the same worksheet?

I'm trying to program a button that will allow that upon clicking it,
will take the image from one image control to another image control.

Any ideas?

Thanks in advance!

-LT