ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel File Slowing Down after Macros Added (https://www.excelbanter.com/excel-programming/375991-excel-file-slowing-down-after-macros-added.html)

lee

Excel File Slowing Down after Macros Added
 
I am a newbie to VBA.

I notice that my excel file seems to be slowing down when saving after
adding some simple macros for sorting data.

Are there some guidlines to minimize the impact of Macros slowing down excel??
Like screenupdating=false etc.

Thanks in advance,

Otto Moehrbach

Excel File Slowing Down after Macros Added
 
To answer your specific question, you can bracket your macro code with:
Application.ScreenUpdating = False
Application.ScreenUpdating = True
I hedge because there could be other reasons why things are slowing down but
you don't provide any details about what is happening when you save. HTH
Otto
"Lee" wrote in message
...
I am a newbie to VBA.

I notice that my excel file seems to be slowing down when saving after
adding some simple macros for sorting data.

Are there some guidlines to minimize the impact of Macros slowing down
excel??
Like screenupdating=false etc.

Thanks in advance,





All times are GMT +1. The time now is 02:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com