Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macro execution speed in Office XP/2003

My macros run considerably slower in Excel 2003 than they do in Excel XP. Any
suggestions why, and can it be improved?
--
Regards
R. Gavey
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Macro execution speed in Office XP/2003


My response is that speed improvements that work in XL 2002
would also work in XL 2003.

Each version seems to run a little slower than the previous version.
When comparing adjacent releases you generally cannot tell the
difference without timing the code. (xl 2007 may be an exception)

Make sure that the amount of data you are processing is not
greater than that used in xl2002. For instance if you are running
nested loops - then just a small increase in the amount of data can
measurably increase the processing time required.

Also, clean out the Windows temp folder: %temp%, made sure
ScreenUpdating is turned off and page breaks are not displayed.
Some anti-virus programs work like a dragging anchor on Office programs.
Try disabling what you got and see if it makes a difference.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Richard Gavey"

wrote in message
My macros run considerably slower in Excel 2003 than they do in Excel XP. Any
suggestions why, and can it be improved?
--
Regards
R. Gavey
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
How to speed up slow network access in office 2003 LeanneW Excel Discussion (Misc queries) 0 February 22nd 08 01:16 AM
Variable Execution speed of VBA Code SlipSleepy Excel Programming 1 November 24th 06 06:43 AM
Speed up Excel execution Sinus Log Excel Programming 5 December 8th 05 05:03 AM
Execution speed for UDF Christian[_5_] Excel Programming 0 September 28th 04 04:20 PM
MACRO execution speed ericd Excel Programming 3 March 2nd 04 03:06 PM


All times are GMT +1. The time now is 03:31 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"