View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default How do I determine the Left & Top coordinates of a graphed point?

Or maybe just use the data label.

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


"Tom Ogilvy" wrote in message
...
maybe apply datalabels and look at the left and top property of those.

--
Regards,
Tom Ogilvy



"lakem" wrote:

In Excel Visual Basic, how do I determine the Left and Top coordinates of
a
graphed point. The points are graphed using a Visual Basic module. I
need
to be able to place a text box above selected graph points but need to
know
the relative coordinates of the point on the chart.