T
THA
We have an application which feeds data to an excel workbook using COM. While
the data is fed into the sheet excel is hidden.
After the data has been fed the excel workbook macros are called, there are
app. 5000 lines of vba code so there are lots and lots of macros...
The excel workbook contains 10+ sheets some of which have between 500 and
1000 lines and there are references between them.
Now we have the problems that when using the workbook with office 2000 as
soon as the macros start to execute CPU usage drops to between 0-3% whereas
office 2002/2003 stays on 90-99%.
I found out that if I make the excel sheet visible while running the macros
and press alt+F11 excel is ready within 10 seconds using excel 2000, but I
have no clue as to what is causing this behavior..
So the questionis , does anyone have an idea as to why excel 2000 uses so
little cpu and is so slow compared to the later versions ?
We have done stuff like disabling screenupdating and setting calculation to
manual etc.
Thanks
the data is fed into the sheet excel is hidden.
After the data has been fed the excel workbook macros are called, there are
app. 5000 lines of vba code so there are lots and lots of macros...
The excel workbook contains 10+ sheets some of which have between 500 and
1000 lines and there are references between them.
Now we have the problems that when using the workbook with office 2000 as
soon as the macros start to execute CPU usage drops to between 0-3% whereas
office 2002/2003 stays on 90-99%.
I found out that if I make the excel sheet visible while running the macros
and press alt+F11 excel is ready within 10 seconds using excel 2000, but I
have no clue as to what is causing this behavior..
So the questionis , does anyone have an idea as to why excel 2000 uses so
little cpu and is so slow compared to the later versions ?
We have done stuff like disabling screenupdating and setting calculation to
manual etc.
Thanks