Hi,
What is the fastest way to filter data in Excel using VBA?
I have a worksheet with a list of events. I am using auto filters in VBA to filter the data but it is very slow especially when I open my spreadsheet as it sorts and filters the data at that point.
I have named ranges for each of the columns in the worksheet and there are a few formulas as well. I would like to increase the size of the named ranges to 50000 but that slows down my spreadsheet too much.
Any suggestions would be appreciated.
Thanks
What is the fastest way to filter data in Excel using VBA?
I have a worksheet with a list of events. I am using auto filters in VBA to filter the data but it is very slow especially when I open my spreadsheet as it sorts and filters the data at that point.
I have named ranges for each of the columns in the worksheet and there are a few formulas as well. I would like to increase the size of the named ranges to 50000 but that slows down my spreadsheet too much.
Any suggestions would be appreciated.
Thanks