View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Groups and coding...

My best guess is that grouping in that context is provided only as an
editing tool and has no programmatic functionality (except perhaps for the
same purpose).

--
Regards,
Tom Ogilvy


"Nick" wrote in message
...
Hiya again

Another abstract question

I am using Excel 2000 and in my userform I have grouped a
few controls using right click, group.

Is it possible to refer to this group using VBA?

I'm guessing the object would be useform.something

Any help would be appreciated

Thanks

Nick