Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Limit on array when using seriescollection.XValues and .Values met

Hi

I've been working around on this automated tool which gathers some data and
then is supposed to plot graph out of data. But the plotting part is really
giving me some headache. To be more specific runtime error 1004

It seems that somehow the size of arrays, to be excact the character count
of X and Y-values, implemented to the series is limited to (not sure, but my
educated guess would be) about 255-256 characters.

If possible, is there somebody who could prove me wrong (or right) so could
move on this matter. This is starting to feel like beating my head against
the wall.

Cheers
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Limit on array when using seriescollection.XValues and .Values met

What do you mean by size of arrays? If you mean the number of X or Y entries
you could have, that's definitely not true. If you mean the formula, of
course all Excel formulas can't have more than 256 characters.

"Pasi Husso" wrote:

Hi

I've been working around on this automated tool which gathers some data and
then is supposed to plot graph out of data. But the plotting part is really
giving me some headache. To be more specific runtime error 1004

It seems that somehow the size of arrays, to be excact the character count
of X and Y-values, implemented to the series is limited to (not sure, but my
educated guess would be) about 255-256 characters.

If possible, is there somebody who could prove me wrong (or right) so could
move on this matter. This is starting to feel like beating my head against
the wall.

Cheers

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Limit on array when using seriescollection.XValues and .Values

Thanks!

OK, I see, so I have to assign the values to the series some other way than
just assing arrays to the series Values & XValues-properties.

Thats what I ment, the characters in formula, and after a while of
investigation, I found it out myself also.

But how do I assing those values to series without using formula, because
assigning of a range also puts the values to formula (possibly, fails also) ?
And again thanks for a rapid replay.

--

Cheers


"salut" wrote:

What do you mean by size of arrays? If you mean the number of X or Y entries
you could have, that's definitely not true. If you mean the formula, of
course all Excel formulas can't have more than 256 characters.

"Pasi Husso" wrote:

Hi

I've been working around on this automated tool which gathers some data and
then is supposed to plot graph out of data. But the plotting part is really
giving me some headache. To be more specific runtime error 1004

It seems that somehow the size of arrays, to be excact the character count
of X and Y-values, implemented to the series is limited to (not sure, but my
educated guess would be) about 255-256 characters.

If possible, is there somebody who could prove me wrong (or right) so could
move on this matter. This is starting to feel like beating my head against
the wall.

Cheers

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(i) and XValues= Array() error MJKulangara Excel Programming 3 April 12th 06 07:50 PM
Can't set Chart's SeriesCollection XValues BW Excel Programming 2 September 26th 05 05:32 AM
Possible to assign an array to a SeriesCollection Stephen Boulet Excel Programming 2 November 13th 03 06:36 PM
Set Xvalues to an array of date, but the x-scale not correct Alan Pong Excel Programming 2 September 8th 03 07:02 AM
Set Xvalues to an array of date, but the x-scale not correct Alan Pong[_2_] Excel Programming 2 September 8th 03 03:25 AM


All times are GMT +1. The time now is 09:39 PM.

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"