ChristianDK
Programmer
Hello
Can anyone help me out on this topic:
I got a large Excel workbook and need to run it on some slow computers.
Sheets("sheet1").Select
Selection.AutoFilter Field:=1, Criteria1:="="
But I like to be able to use autofilter without selecting the sheet. Something like:
Sheets("sheet1").Selection.AutoFilter Field:=1, Criteria1:="="
Anyone know if this can be done and how?![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Can anyone help me out on this topic:
I got a large Excel workbook and need to run it on some slow computers.
Sheets("sheet1").Select
Selection.AutoFilter Field:=1, Criteria1:="="
But I like to be able to use autofilter without selecting the sheet. Something like:
Sheets("sheet1").Selection.AutoFilter Field:=1, Criteria1:="="
Anyone know if this can be done and how?