View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Determining the group a picture or textbox is a member of

If the controls are grouped using Frame controls, you can use the Parent
property of the control to return the Frame that the control belongs to. Or,
depending on how you have formed the groups, you can use the GroupName
property of the control.

--

Vasant


"David Cuthill" wrote in message
...
If I select an item (picture or textbox) of a group how do
I determine what the group or group name the item is a
member of?

David