I'd like to iterate through all shapes on an ActiveSheet (of which each shape is comprised of 3 named parts - "Background_COLORNAME", "Title_COLORNAME", and Text_COLORNAME") to rename shapes with the same exact name by appending # that iterates by (1) for each existing shape ex:
"Title_Yellow1"
"Title_Yellow2"
"Title_Yellow3"
"Text_Yellow1"
"Text_Yellow2" etc.
The goal for renaming is to then be able to run a VBA that loops through all shapes, now individually named, and copies their text to a table for further analysis. As it stands, if the shapes have the same exact name, the VBA only pulls the text from the "original" shape.
I can't seem to find a similar macro request that I could use as a starting point and modify, so I'm really looking for any help/guidance/suggestions. Thanks in advance!
"Title_Yellow1"
"Title_Yellow2"
"Title_Yellow3"
"Text_Yellow1"
"Text_Yellow2" etc.
The goal for renaming is to then be able to run a VBA that loops through all shapes, now individually named, and copies their text to a table for further analysis. As it stands, if the shapes have the same exact name, the VBA only pulls the text from the "original" shape.
I can't seem to find a similar macro request that I could use as a starting point and modify, so I'm really looking for any help/guidance/suggestions. Thanks in advance!