Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,592
- Office Version
- 365
- 2016
- Platform
- Windows
I am attempting to filter some data with the following code ... but I get "Run-time Error 448 Named argument not found."
The autofilter is already on from a previous filtering.
The autofilter is already on from a previous filtering.
Rich (BB code):
With Worksheets("ALL")
.AutoFilter Field:=16, Criteria1:="DR", Operator:=xlAnd
End WIth