View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default VBA print character on chart

Use a textbox as Tom suggests or a data label. To get the VBA code, turn on
the macro recorder while you do it manually.

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

"Tom Ogilvy" wrote in message
...
Put a textbox from the forms toolbar on the chart and put your text there.

--
Regards,
Tom Ogilvy

"Daniel" wrote in message
...
How to write code of VBA to print characters, numbers on a chart such as
bar
chart
Need your help. Could not find any function
Thks
Daniel