Thread: Graphs
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mangesh_yadav[_357_] mangesh_yadav[_357_] is offline
external usenet poster
 
Posts: 1
Default Graphs


You may want to use the following event


Private Sub Chart_MouseMove(ByVal Button As Long, ByVal Shift As Long,
ByVal x As Long, ByVal Y As Long)


ActiveChart.GetChartElement x, Y, IDNum, a, b

....


Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=381853