+ Reply to Thread
Results 1 to 2 of 2

Error Creating Chart

  1. #1
    Registered User
    Join Date
    07-20-2005
    Posts
    13

    Error Creating Chart

    Hey guys,

    I am trying to create a chart of data based on the user's selection of data. The code is below:

    Please Login or Register  to view this content.
    The line that spits back the error is:

    Please Login or Register  to view this content.
    It gives me an error saying something about object or application undefined. I don't understand why this would possibly kick back an error, I have specifically referenced each cell and lastrow is an integer value.

    Does anyone have any ideas?

    ~Jason

  2. #2
    Luis Ramírez
    Guest

    Re: Error Creating Chart

    Hi:
    I use something like this:

    ActiveChart.SeriesCollection(1).XValues = "=Data!R" & InitialRow &
    "C" & Col & ":R" & EndRow & "C" & Col

    Hope this help


+ Reply to Thread

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