Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know how to display a picture on the ActiveX image control, eg.
MyImage.Object.Picture = LoadPicture(strImagePath) But does anyone know how to subsequently retrieve the image path from the object? I've tried variations on strImagePath = MyImage.Object.Picture but without success. FYI, I the images are in a worksheet and are being used to represent various process operations. I'd prefer to keep track of what they are through the image property rather than the name property since users could copy/paste the objects resulting in a default xl generated name. Thanks a lot, Andrew |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Picture Load in Image Control | Excel Programming | |||
Programatically control picture property of Image control | Excel Programming | |||
Copy picture from image control | Excel Programming | |||
changing image control's picture path | Excel Programming | |||
Changing what is displayed in an image control programatically | Excel Programming |