Hi all,
I am looking for a kind of a feature to show a floating pop up box with data while pointing mouse on the chart.
Let me explain this in detail:
https://hotfile.com/dl/169082691/6a2d35a/Chart_Sample_data.xlsx.xlsx.html
In sheet1 of attached workbook, I have a chart with two series(2011 number of projects and 2012 number of projects for different clients). Column P and Q contains the dollar amount for this projects.
Now if I point the mouse on X1, I should get the 2011 and 2012 revenue (17 K and 28K, respectively) for X1 in a floating popup box.The same is applicable for other clients.
lease note that, the data for existing clients changes every month and every month new clients data may be added.
As far as I know there is no mouse hovering event in VBA(please feel free to correct me if I am wrong) but is there any way we can achieve something close to what I am looking for?
Your help is much appreciated...
Regards,
Kaushik
I am looking for a kind of a feature to show a floating pop up box with data while pointing mouse on the chart.
Let me explain this in detail:
https://hotfile.com/dl/169082691/6a2d35a/Chart_Sample_data.xlsx.xlsx.html
In sheet1 of attached workbook, I have a chart with two series(2011 number of projects and 2012 number of projects for different clients). Column P and Q contains the dollar amount for this projects.
Now if I point the mouse on X1, I should get the 2011 and 2012 revenue (17 K and 28K, respectively) for X1 in a floating popup box.The same is applicable for other clients.
lease note that, the data for existing clients changes every month and every month new clients data may be added.
As far as I know there is no mouse hovering event in VBA(please feel free to correct me if I am wrong) but is there any way we can achieve something close to what I am looking for?
Your help is much appreciated...
Regards,
Kaushik