ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel VBA Charting at Axes("xlValue") (https://www.excelbanter.com/excel-programming/388835-excel-vba-charting-axes-xlvalue.html)

[email protected]

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.


Jon Peltier

Excel VBA Charting at Axes("xlValue")
 
Try:
ActiveChart.Axes(xlValue).Left

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


wrote in message
oups.com...
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.




[email protected]

Excel VBA Charting at Axes("xlValue")
 
Mr. Jon Peltier, Microsoft Excel MVP

Thank you very much indeed and still, thank you again.

Regards.



All times are GMT +1. The time now is 12:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com