Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear All
Can anyone give any tips/advice on how to improve the performance of Advanced Filters. (Additional VBA code, etc). At the moment, my filter (working on a VBA macro) takes almost 2 minutes to complete a range of about 1500 rows by 8 columns which is much longer than I was expecting. Any advice gratefully received. Regards Al |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try adding:
With Application .Calculation = xlManual .ScreenUpdating = False End With * your code here * With Application .Calculation = xlAutomatic .ScreenUpdating = True End With -- sb "IrelandA" wrote in message ... Dear All Can anyone give any tips/advice on how to improve the performance of Advanced Filters. (Additional VBA code, etc). At the moment, my filter (working on a VBA macro) takes almost 2 minutes to complete a range of about 1500 rows by 8 columns which is much longer than I was expecting. Any advice gratefully received. Regards Al |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Improve the performance of Excel 2007. | Excel Worksheet Functions | |||
Help Optimizing a Sheet to improve performance | Excel Worksheet Functions | |||
How do I improve the 2007 Excel performance. | Excel Discussion (Misc queries) | |||
how do I improve performance when updating external links? | Excel Discussion (Misc queries) | |||
What tweaks are there to improve system performance in excel? | Excel Discussion (Misc queries) |