View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Customize Text for Pausing Over Chart Datapoint

Try this add-in from Tushar Mehta's site:

http://tushar-mehta.com/excel/softwa...bel/index.html

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"roadkill" wrote in message
...
When you pause the cursor over a bar or pie piece or line on a chart, a
box
pops up that gives information about that data point. Is there a way in
VBA
to recognize that the cursor is paused over a bar/pie piece/line and
replace
the text showing in that box with my own? It would also be nice to have a
way to reset things so that the default information returns.

Thanks,
Will