LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Performance issue

Avoid selecting.

For example:

Range("A1").Select
Selection.Copy
Range("A2").Select
Activesheet.Paste

Can be replaced by:

[a1].copy [a2]

This is much faster

--
Kind regards,

Niek Otten

"Mike" wrote in message ups.com...
| Niek, Thanks for the advice. I went to the site and purchased the xla
| anyway. Probably take me a month of Sundays to go thru' it all and see
| how it can improve my workbook's perrformance. Have you got any advice
| that can assist in the short term?
|


 
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
Performance Issue KS Excel Discussion (Misc queries) 1 March 22nd 10 05:06 PM
Excel Performance issue Sandy Excel Discussion (Misc queries) 0 September 14th 05 01:50 PM
Excel Viewer performance issue Macca101 Excel Discussion (Misc queries) 0 April 28th 05 12:09 PM
Performance Issue with Database Connection Ctal Excel Programming 4 August 16th 04 10:20 AM
Iteration performance issue J.Smith Excel Programming 4 June 24th 04 09:59 PM


All times are GMT +1. The time now is 03:42 AM.

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"