View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Faster AutoFilter?

Hi
try disabling automatic calculation before applying the filter

--
Regards
Frank Kabel
Frankfurt, Germany

John wrote:
Second question today.....

Is there a way of using the Application.ScreenUpdating = False method
on AutoFilter?

I've currently got a ten column data range of about 6000 rows and the
AutoFilters takes a long time to work.

All alternative solutions welcome!

Thanks

John