View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pasi Husso Pasi Husso is offline
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