Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Victor presented the following explanation :
yes, I'm sure that there's a simple answer. No reason for this to be complex. All you need is: -find the start of the next group relative to an active cell I use helper cells in a hidden column for this. Very simple coding that makes use of local-scope defined names. It's the events handler class that poses difficulties for most people, but you could use dedicated menuitems on the Tools menu (or your own menu) if you don't need your own right-click popup menu. -find where setting for whether the summary row is at the top / bottom of the group Not necessary when the setting is already set since it can't be done on a 'per group' basis (AFAIK, this is a sheetwise setting). This is a simple matter of incrementing/decrementing the OutlineLevel for the selected group[s]. My project just has one level to deal with, but I coded for using more. -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide Rows or Columns with +/- button above row/column label headin | Excel Worksheet Functions | |||
How to show and hide a picture on a button at runtime? | Excel Programming | |||
hide or show a series with a button | Charts and Charting in Excel | |||
Show / Hide Label | Excel Programming | |||
hide and show columns using one control button | Excel Programming |