Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Penny, right click the pivot table sheet tab at the bottom of your screen
where all the sheet tabs are listed. Choose View code and use this event: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) MsgBox "You Double-Clicked Cell " & Target.Address 'Call Your macro here End Sub -- Charles Chickering "A good example is twice the value of good advice." "Little Penny" wrote: I have a pivot table and when I double click the pivot cell it fires up another worksheet with my data. I then run a macro to format the sheet to look the way I want. Is it possible to fire up this macro when I double click the pivot cell. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table by Macro? | Charts and Charting in Excel | |||
Pivot Table Macro | Excel Discussion (Misc queries) | |||
Pivot Table Macro Help | Excel Programming | |||
Pivot Table Macro | Excel Programming | |||
Steps from Macro recorder for Pivot table will not run as a Macro | Excel Programming |