Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Performance Issue | Excel Discussion (Misc queries) | |||
Excel Performance issue | Excel Discussion (Misc queries) | |||
Excel Viewer performance issue | Excel Discussion (Misc queries) | |||
Performance Issue with Database Connection | Excel Programming | |||
Iteration performance issue | Excel Programming |