Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am running excel 2002 on Windows XP, i have a fast machine with 1gb memory.
I use a simple macro that removes and reinserts sub-totals, sorts and adds some formatting. The first time i run the macro it works quickly. On susbequent occaisions it slows down almost to the point of stopping (10 minutes or more). I have not written any fancy code, just recorded the actions. (On weaker machines with less memory etc. this problem does not materialse). Can anyone suggest anything? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you have printed or done print preview, you could still be showing the
dotted lines indicating the page boundaries. This does what you say - slows things down significantly. At the top of the code do Activesheet.displaypagebreaks = false -- Regards, Tom Ogilvy "Andrew" wrote: I am running excel 2002 on Windows XP, i have a fast machine with 1gb memory. I use a simple macro that removes and reinserts sub-totals, sorts and adds some formatting. The first time i run the macro it works quickly. On susbequent occaisions it slows down almost to the point of stopping (10 minutes or more). I have not written any fancy code, just recorded the actions. (On weaker machines with less memory etc. this problem does not materialse). Can anyone suggest anything? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is a great resource on optimizing speed and memory allocation. If things
start to run slowly often it is a matter of running out of memory. (Excel can not use all of your memeory. The amount depends on your version.). It may help http://www.decisionmodels.com/index.htm -- HTH... Jim Thomlinson "Andrew" wrote: I am running excel 2002 on Windows XP, i have a fast machine with 1gb memory. I use a simple macro that removes and reinserts sub-totals, sorts and adds some formatting. The first time i run the macro it works quickly. On susbequent occaisions it slows down almost to the point of stopping (10 minutes or more). I have not written any fancy code, just recorded the actions. (On weaker machines with less memory etc. this problem does not materialse). Can anyone suggest anything? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
opens slowly | Excel Discussion (Misc queries) | |||
EXCEL macros running much more slowly in EXCEL 2007 vs. 2003 | New Users to Excel | |||
Excel starts very slowly | Excel Discussion (Misc queries) | |||
Files Opening Very Slowly | Excel Discussion (Misc queries) | |||
Macros in Excel 2000 running very slowly | Excel Programming |