+ Reply to Thread
Results 1 to 4 of 4

How can I change Chart.Axes(xlValue) from left side to right side ?

  1. #1
    Forum Contributor HerryMarkowitz's Avatar
    Join Date
    09-10-2012
    Location
    Istanbul / Turkey
    MS-Off Ver
    2013 - Win10 - 64bit
    Posts
    1,007

    How can I change Chart.Axes(xlValue) from left side to right side ?

    Greetings,
    1- Open enclosed file.
    2- Run Macro1.
    Please Login or Register  to view this content.
    3- See that there is a chart on the Sheet1.
    4- Look at "question sheet" in order to understand my question.

    Regards.
    Attached Files Attached Files
    Last edited by HerryMarkowitz; 09-15-2014 at 01:45 PM.
    Sub DontForgetThese()
         If Your thread includes any code Then Please use code tags...
         If Your thread has been solved Then Please mark as solved...
         If Anybody has helped to you Then Please add reputation...
    End Sub

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,802

    Re: How can I change Chart.Axes(xlValue) from left side to right side ?

    In VBA, you will use the .crosses property of the horizontal axis to specify that the vertical axis should cross the horizontal axis at the maximum category.

    http://msdn.microsoft.com/en-us/libr...ice.14%29.aspx
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Contributor HerryMarkowitz's Avatar
    Join Date
    09-10-2012
    Location
    Istanbul / Turkey
    MS-Off Ver
    2013 - Win10 - 64bit
    Posts
    1,007

    Re: How can I change Chart.Axes(xlValue) from left side to right side ?

    Thanks for the link...
    But I dont understand how I can make it works...
    Some support please...

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,802

    Re: How can I change Chart.Axes(xlValue) from left side to right side ?

    Start with the sample statement from the help file:
    Please Login or Register  to view this content.
    Naturally, using activechart means this statement will need to occur after the chart has been created and selected, which your current code is already doing.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Why Minus (-) Symbol Coming Right Side Instead of Left Side ???
    By jd16 in forum Excel General
    Replies: 9
    Last Post: 10-20-2013, 12:16 AM
  2. [SOLVED] How to shift numeric number from left side to right side of a particular word
    By nur2544 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-13-2013, 09:05 AM
  3. [SOLVED] How to move data from right side to left side, please check the attachment
    By nur2544 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-08-2013, 03:43 AM
  4. [SOLVED] Area Chart need to move y axes data on the other side
    By Georgina in forum Excel General
    Replies: 0
    Last Post: 08-10-2005, 11:05 AM
  5. [SOLVED] How do I make a stacked column chart with side-by-side comparison.
    By Tim in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 06-08-2005, 11:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1