Thread: Identify Shapes
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
bw bw is offline
external usenet poster
 
Posts: 8
Default Identify Shapes

Thank you both, JE and Les!
And now I know...
Bernie

"bw" wrote in message
...
I recorded a macro and it came up with the following line (among others):
ActiveSheet.Shapes("Button 25").Select

Assuming I have multiple shapes (Buttons) on my worksheet, How do I
determine the name of each Shape ("Button 25" in this case)?