Pictures In Excel Worksheet [RESOLVED]
I've got code which inserts pictures into a worksheet. There may be more than one instance of the same file in the worksheet and I'd like to make a function which can delete a picture, but I don't know how to figure out which picture is the correct one to delete.
I looked around for information on the ActiveSheet.Pictures collection, but I can't find out if there is a unique identifier, how to reference it or how to set it upon adding the picture to the collection so I can use it as a reference later for deletion. Any information would be greatly appreciated!
Is there a way I can set a unique key for each inserted picture (whether its a unique picture filename to the worksheet or not) so I can delete the correct picture later using the key?
Thanks so much
Ross