View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
roadkill roadkill is offline
external usenet poster
 
Posts: 173
Default Customize Text for Pausing Over Chart Datapoint

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