Results 1 to 3 of 3

X-axis trouble

Threaded View

  1. #1
    Registered User
    Join Date
    11-25-2005
    Posts
    27

    [Solved] X-axis trouble

    I'm using the below code to try to define the min and max of the x range on a chart with two numbers that I have dynamically named in a cell (Chart_Date_Pmonth and Chart_Date_Tmonth). These numbers change over time. However, I cannot get the code to accept these named variables.

        ActiveChart.Axes(xlValue).Select 
        Set ActiveChart.Axes(xlValue).MinimumScale = Chart_Date_Pmonth 
        Set ActiveChart.Axes(xlValue).MaximumScale = Chart_Date_Tmonth
    Last edited by BrianDP1977; 12-05-2005 at 08:15 PM.

Thread Information

Users Browsing this Thread

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

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