Question : Name of shapes/shape groups

Hi Experts,

is possible to get the name of the selected shape? If the shapes are grouped this group has a name. Would be possible to get this name? Can I give name for this group?

thanks for your help.
Janos

Answer : Name of shapes/shape groups

Exactly as I stated above. Try this: select a shape or group and run this macro:

Public Sub DisplaySelectedShapeName()
   MsgBox Selection.Name
End Sub

Kevin
Random Solutions  
 
programming4us programming4us