G
Guest
Hi TWIMC
Is there a way to capture the click event of an Outline, (grouped rows or columns). The command line to show a group is ActiveSheet.Outline.ShowLevels RowLevels:=X where X represents the Outline Number. What I need to do is to capture the event when the outline is changed. The only way I can think of capturing the event is to keep checking the outline level within the SheetSelectionChange event but I doubt the event would execute if the outline changed, only when the selection changes. Any ideas on how to capture the event when the outline changes, would be much appreciated
TI
K
Is there a way to capture the click event of an Outline, (grouped rows or columns). The command line to show a group is ActiveSheet.Outline.ShowLevels RowLevels:=X where X represents the Outline Number. What I need to do is to capture the event when the outline is changed. The only way I can think of capturing the event is to keep checking the outline level within the SheetSelectionChange event but I doubt the event would execute if the outline changed, only when the selection changes. Any ideas on how to capture the event when the outline changes, would be much appreciated
TI
K