View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tkt_tang@hotmail.com is offline
external usenet poster
 
Posts: 92
Default Excel VBA Charting at Axes("xlValue")

1. Enter an Excel Chart Sheet via VBA and plot a chart thereof.

2. Have attempted to locate the y-axis by giving,
ActiveChart.Axes("xlValue").Left

3. But, needless to say, it has not worked well.

4. Nevertheless, what else would be a viable alternative to return the
position of Axes("xlValue") ?

5. Please share your experience.

6. Regards.