Thread
:
use mouseclick to dynamically change chart series? Chart_beforeDoubleClick?
View Single Post
#
2
Posted to microsoft.public.excel.programming
excelent
external usenet poster
Posts: 695
use mouseclick to dynamically change chart series? Chart_beforeDou
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
Reply With Quote
excelent
View Public Profile
Find all posts by excelent