Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
While this code works for clicking on the worksheet, my goal is to do this
by clicking on the graph itself to drill down through the data. So I'm still back to trying to figure out the following, until/unless anyone can give other options? Sub Chart_BeforeDoubleClick(ByVal ElementID As Long, _ ByVal Arg1 As Long, ByVal Arg2 As Long, Cancel As Boolean) MsgBox "Test" End Sub Thanks! Keith "excelent" wrote in message ... put in sheets kode window: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) MsgBox ("Double click on cells ") & ActiveCell.Address End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamically change data in chart title | Charts and Charting in Excel | |||
How to dynamically change the series range of a chart ? | Charts and Charting in Excel | |||
Change Chart Series with VBA | Excel Programming | |||
Change series in a chart | Charts and Charting in Excel | |||
Dynamically change column color in chart | Excel Programming |