View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JT143 JT143 is offline
external usenet poster
 
Posts: 1
Default AUTOMATING CHARTS W/VBA

Did you receive an answer to this yet

----- ibeetb wrote: ----

I have a regular area chart and my data labels are several points away fro
where the value crosses the X axix.....in other words I need my data label
to move up each time the graph is drawn. I am using VBA to draw the graph
automatically - I know I can move the labels manually but since I have thi
fully automated, I need to automatically have the data labels sit on top o
the value where the top of my area graph crosses the X axis.....

can anybody help