Hi and thanks for reading my post!
I have several shapes in one sheet and they have names such as "BigShape 10", "BigShape 11", "MedShape 7", etc. When the shape is selected I use this name to tell what the shape type is and what to do with it. But I have a big problem. I cannot figure out how to select e.g. all shapes that have "Big" at the beginning of their name; or all shapes with number 12. I've been toying with the ActiveSheet.Shapes.Range("name").Select syntax, trying some wildcards but it's probably not the way to go.
Could anybody kindly help, please?
Many thanks in advance!!
Pavel
I have several shapes in one sheet and they have names such as "BigShape 10", "BigShape 11", "MedShape 7", etc. When the shape is selected I use this name to tell what the shape type is and what to do with it. But I have a big problem. I cannot figure out how to select e.g. all shapes that have "Big" at the beginning of their name; or all shapes with number 12. I've been toying with the ActiveSheet.Shapes.Range("name").Select syntax, trying some wildcards but it's probably not the way to go.
Could anybody kindly help, please?
Many thanks in advance!!
Pavel