Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, Looking for excel to activate a macro when a user double clicks on a pivot table to drill down into what makes up the total. Think I need something like the beliow to call my macro called FillColours. Does anyone have any thoughts ?? VBA: Private Sub Workbook_SheetBeforeDoubleClick(ByVal Sh As Object, ByVal Target As Range, _ Cancel As Boolean) If ActiveSheet.PivotTables.EnableDrilldown = True Then Call FillColours End Sub Thanks VBA Noob -- VBA Noob ------------------------------------------------------------------------ VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833 View this thread: http://www.excelforum.com/showthread...hreadid=536327 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clipboard Event Handler? | Excel Programming | |||
Autoshape event handler? | Excel Programming | |||
Event handler is invalid | Excel Programming | |||
Global event handler?? | Excel Programming | |||
Cell Event Handler | Excel Programming |