ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VBA Image transfer. (https://www.excelbanter.com/excel-programming/388515-vba-image-transfer.html)

LT

VBA Image transfer.
 
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


NickHK

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





All times are GMT +1. The time now is 06:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com