View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Janie Janie is offline
external usenet poster
 
Posts: 48
Default Grouped shape name

I know how to use ActiveSheet.Shapes(Application.Caller).Name to get the name
of the shape which is running a macro. BUT! If that shape is a GROUPED
shape, that line runs the name of the individual piece, not the name of the
group. What would I use to show the name of the Group? Or how about show
the name of the group that the particular shape is a member of???

Any thoughts?