Advanced filter used frequently slows down workbook?

oblix

Board Regular
Joined
Mar 29, 2017
Messages
183
Office Version
  1. 365
  2. 2021
  3. 2019
  4. 2016
  5. 2013
  6. 2011
  7. 2010
  8. 2007
  9. 2003 or older
Platform
  1. Windows
  2. MacOS
  3. Mobile
  4. Web
I have been using advanced filters for copy and paste in vba
these filters must run frequently (at least 15 imes daily before saving for next day
I have watched a video that explained that advanced filter used many times after each other slows down workbook.
Is there a way I can clean up and speed up vba/workbook if this happens?
Maybe a vba script or addin?
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Then you should work with arrays icw loops.
If you post some sample data and desired outputs, I am sure you will get a nice solution
 
Upvote 0
Thank you for reply
Will get to work on samples as soon as possible
Is arrays and loops not going to slow down large data sets?
 
Upvote 0
If anybody would be prepared to receive my whole workbook with all code and have alook....
then we could paste in forum what I did and what was changed to improve it...would that help?
I will gladly email to someone
 
Upvote 0
As per the text & intent of #4 of the Forum Rules we prefer for everything to remain in the public domain.

You can post any code directly in the forum (use code tags as indicated in my signature block below) and post small sample data directly in the forum using XL2BB

Alternatively, you can upload your sample workbook to somewhere like DropBox, OneDrive etc and provide a public link to that file here in the forum. A consideration with that method though is that many of the experienced helpers here choose not to download files from other sites or, due to security restrictions at workplaces, are unable to download such files.
 
Upvote 0

Forum statistics

Threads
1,214,849
Messages
6,121,922
Members
449,056
Latest member
denissimo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top