What's your computer's RAM? Processor speed?
Does the data contain a lot of volatile functions?
Etc.
Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.
Just about any change made causes same type of system slowdown, took me
forever to just change one of the 11 data series lines from the default
kindergarden crayon width of 2.25 pts to .25 points so more sense could be
made out of it.
You are not alone in your misery, and I'll be watching this hoping that
someone that has got large data set charting working in a responsive manner
will drop in and tell us the secret.
The machine is pretty quick: AMD X2 4800+ (dual core) and it's maybe 15%
slower than the Intel E6600 Core-Duo setup I have, which also suffers the
same slowdown from even the simplest action like changing an X-Y scatterchart
line width or color.
It seems XL 07 still has some kinks to work out!
Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.
Big problem may be that while creating charts in VBA code, it does not
'honor' the Application.ScreenUpdating = False command - the chart is
displayed and so is the worksheet under it with each new chart on each new
page. Same thing over in Excel 2003 keeps everything hidden until it is all
done.
The task: read 51 11x800 sets of data from a file, put each set on a
separate sheet, arrange from the 800 rows of 2 columns into an 11x800 matrix.
For second test, do the above and add graphing of the matrix to the sheet(s).
Here are some results:
System #1 - AMD 3200+ 1 GB RAM, Win XP Pro/Excel 2003
Process into Matrix: 1m 16s
Process w/Charts: 1m 21s
System #2 - AMD X2 4800+ 2 GB RAM, Win MCE/Excel 2007
Process into Matrix: 1m 37s
Process w/Charts: 12m 05s
System #3 - Intel E6600 Core-Duo 2 GB RAM, Win MCE/Excel 2007
Process into Matrix: 1m 32s
Process w/Charts: 11m 47s
The processing for the "Process into Matrix" step is EXACTLY the same code
in both the 2003 and the 2007 versions.
A remedy is much needed !
> A remedy is much needed !
Certainly is. Until then, after a day struggling with a fairly simple
data analysis - graphing spreadheet, I gave up and rolled back my
machine to a pre-install backup. Begone you piece of dozy bloatware !
Didn't these people actually try it on a real world spreadsheet before
letting it out of the door ? Or does time pass faster in Redmont ?
Kurt