D
Dennis
Using Office 2003
I would like to reset any custom filter settings from all columns.
The following resets Column 1 only:
Selection.AutoFilter Field:=1
What is the VBA code to reset Columns 1-17?
TIA Dennis
I would like to reset any custom filter settings from all columns.
The following resets Column 1 only:
Selection.AutoFilter Field:=1
What is the VBA code to reset Columns 1-17?
TIA Dennis