VBA: Collapse Column Groupings

  • Thread starter Thread starter CM4@FL
  • Start date Start date
C

CM4@FL

I have a spreasheet with Columns H-AB, BD-BF, and BJ-CD grouped. Therefore I
have 1 level of column grouping. What is the VBA code to collapse and expand
these groupings?

Thanks in advance
 
Try recording a macro as you do it manually, then examine the code
auto-produced. This should get you a ways down the road...
 
Back
Top