Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a few blank Image Controls on a form. When a command button is
clicked, a picture is assigned to the Image Controls. When the command button is clicked again, I would like all of the Image Controls to "reset" back to being blank (ie no picture assigned). Anyone have an idea how to remove an assigned picture from an image control? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I had to dig around awhile, but I finally found the answer:
Object.Picture = LoadPicture("") So simple. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
image & picture | Excel Programming | |||
Programatically control picture property of Image control | Excel Programming | |||
Copy picture from image control | Excel Programming | |||
Displaying a Tif image in the Image Control | Excel Programming | |||
copy shape image into image control | Excel Programming |