Hi all,
I have some shapes to which I assigned specific names.
Copy/Paste any of them creates a new shape with the same exact name (despite what here is discused). Manually or via VBA. Only un-renamed shapes copy/paste operations create unique names.
How can I know, in VBA context,, wich one to work with?
To rename it I would need to know its ID, but no way to get it. I mean, to get IDs I need to use sheets(MySheet),shape(SHAPE NAME).id ... and I have two shapes with the same name.
Any idea?
Thks
I have some shapes to which I assigned specific names.
Copy/Paste any of them creates a new shape with the same exact name (despite what here is discused). Manually or via VBA. Only un-renamed shapes copy/paste operations create unique names.
How can I know, in VBA context,, wich one to work with?
To rename it I would need to know its ID, but no way to get it. I mean, to get IDs I need to use sheets(MySheet),shape(SHAPE NAME).id ... and I have two shapes with the same name.
Any idea?
Thks