View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike Fogleman Mike Fogleman is offline
external usenet poster
 
Posts: 1,092
Default Grouping function in VBA Excel

I would think it is Range.Rows.Group (or columns)

Mike F
"bobens_83" wrote in message
...
Hi everyone. Could You give me a tip?

In Excel menu-Data-Groups And Conspects-Group option is located. How
can
I achieve the same effect from VBA code?

Greetings. P.