Hello
Is it possible to dynamically change the file associated with an image object in VBA ?
Thanks a lot
Hi,
Yes, you can try using activeX control "InkPicture". What you need to execute is:
InkPicture1.Picture = LoadPicture("C:UsersuserPicturesPcVueSolution.jpg")
BRS,
Mark
Thanks a lot
I didn't know this ActiveX, exactly waht I was looking for.


