Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default 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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default Excel VBA Charting at Axes("xlValue")

Mr. Jon Peltier, Microsoft Excel MVP

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

Regards.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Pivot Table - "duplicate dimensions across (independent) axes" TKEMotown Excel Programming 0 February 8th 07 08:28 PM
How to apply the custom chart type: "Line - Column on 2 Axes" talrs Excel Programming 0 April 20th 06 09:23 AM
How do I format the x axis on a "lines on 2 axes" chart? Becky B Charts and Charting in Excel 1 April 5th 06 10:23 PM
ActiveChart.Axes(xlValue).Crosses = xlMinimum Stacy35216[_4_] Excel Programming 4 August 17th 05 03:51 PM


All times are GMT +1. The time now is 07:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"