Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 125
Default Need help with SeriesCollection Object Please !

Here is my problem:
I am using ActiveChart.SeriesCollection(1).Formula to return string that
contains the location of the data for that series [ie.. =SERIES("NY
Jet",Table!$A$2750:$A$6500,Table!$C$2750:$C$5856,1 )]

Then I am using a string parsing function I made to chop out the name of the
worksheet to which that SeriesCollection came from. This seems like more work
than it should be just to return the worksheet(name) that a particular
SeriesCollection in a chart belongs too.

There has to be an easier way ??
Any thoughts ??

Dan Thompson

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Need help with SeriesCollection Object Please !

You're going about it the right way, extract the sheet name from the series
formula. You could show us your parsing routine in case it might be
simplified.

Regards,
Peter T


"Dan Thompson" wrote in message
...
Here is my problem:
I am using ActiveChart.SeriesCollection(1).Formula to return string that
contains the location of the data for that series [ie.. =SERIES("NY
Jet",Table!$A$2750:$A$6500,Table!$C$2750:$C$5856,1 )]

Then I am using a string parsing function I made to chop out the name of
the
worksheet to which that SeriesCollection came from. This seems like more
work
than it should be just to return the worksheet(name) that a particular
SeriesCollection in a chart belongs too.

There has to be an easier way ??
Any thoughts ??

Dan Thompson



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
SeriesCollection object Mike Archer Excel Programming 3 November 17th 08 11:48 PM
SeriesCollection Object Issue Ronald R. Dodge, Jr.[_2_] Excel Programming 9 March 24th 08 08:56 PM
Method 'SeriesCollection' of object '_Chart'failed Dennis Mak[_2_] Excel Programming 0 July 8th 06 07:49 AM
Formatting a new seriescollection in a chart object Paul Willman Excel Programming 2 August 24th 04 08:22 PM
Adding to the SeriesCollection of a chart object in VB6 E_R[_27_] Excel Programming 0 August 24th 04 06:38 PM


All times are GMT +1. The time now is 07:42 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"