+ Reply to Thread
Results 1 to 2 of 2

Error while plotting multiple series on same plot

  1. #1
    Registered User
    Join Date
    10-15-2008
    Location
    usa
    Posts
    1

    Error while plotting multiple series on same plot

    Hi there,

    I'm working on excel macro which would access multiple worksheets in same workbook and plot the data from these worksheets on one plot.

    The problem is it does one pass ok then I get the following error

    Method 'SeriesCollection' of object '_Chart' failed.

    Here is the part of my code which does the looping to plot multiple series.

    For i = 1 To n
    Charts(1).Activate
    ActiveChart.SeriesCollection(i).XValues = Worksheets(i).Range("B33:B7848")
    ActiveChart.SeriesCollection(i).Values = Worksheets(i).Range("C33:C7848")
    Next i

    Any help would be appreciated !

    Thanks,

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436
    Please edit your post to use code tags.

    Does your chart have 'n' number of series?


    It is usually simpler to consolidate the chart data on a single sheet that pick the data from multiple sheets.
    Cheers
    Andy
    www.andypope.info

+ 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. how to toggle the 'visible' property of a series
    By arioti in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 10-08-2007, 10:05 AM
  2. Changing Multiple Data Series
    By Shooga in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 04-17-2007, 03:08 PM
  3. Multiple Series Charts
    By t_collins@lycos in forum Excel General
    Replies: 7
    Last Post: 02-19-2007, 06:59 AM
  4. Insert/format Picture From Folder
    By Vlad999 in forum Excel Programming / VBA / Macros
    Replies: 29
    Last Post: 01-18-2007, 10:23 PM
  5. How to plot multiple quantities on the same axis?
    By ady_mech in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 11-30-2006, 11:54 AM

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