I need help with a macro for looking up shapes by typing the name of the shape into a search box.
This code will find and select the shape.
Activesheet.Shapes("nameofshape").Select
However, I use hundreds of shapes to represent physical items and need a way to add a text box that I can just type the shape I am looking for and it select it.
Thanks
This code will find and select the shape.
Activesheet.Shapes("nameofshape").Select
However, I use hundreds of shapes to represent physical items and need a way to add a text box that I can just type the shape I am looking for and it select it.
Thanks