Hello,
I'm trying to insert an image as an object in VBA. I have the following code:
Which inserts the image as an image, but I would ideally like to insert the image as an object. I've tried replacing the word 'Pictures' with the word 'Objects', but this doesn't work.
Thanks for any help you can offer,
Matthew
I'm trying to insert an image as an object in VBA. I have the following code:
Code:
ActiveSheet.Pictures.Insert("C:\image.pcx").Select
Which inserts the image as an image, but I would ideally like to insert the image as an object. I've tried replacing the word 'Pictures' with the word 'Objects', but this doesn't work.
Thanks for any help you can offer,
Matthew