jmthompson
Well-known Member
- Joined
- Mar 31, 2008
- Messages
- 966
I've searched around and played with this some. What I'd like is to create a Worksheet macro for when the user picks a Outline Row level (on my subtotaled report), unused columns would be hidden.
Row level 5 = no hidden columns
Row level 4 = hide column D
Row level 3 = hide columns C & D
Row level 2 = hide columns B:D
Row level 1 = hide columns B:D
I can't figure out, first, how to use the current row level as a variable and secondly, what event I would use to launch the macro.
Row level 5 = no hidden columns
Row level 4 = hide column D
Row level 3 = hide columns C & D
Row level 2 = hide columns B:D
Row level 1 = hide columns B:D
I can't figure out, first, how to use the current row level as a variable and secondly, what event I would use to launch the macro.