F
Frank Krogh
I try to select an autofilter range in a yet unnamed workbook (BookX):
If Not Selection.AutoFilter Then Selection.AutoFilter
Workbooks(Workbooks.Count).Activate
Workbooks(Workbooks.Count).Application.AutoFilter.Range.Select
Why do I receive the error message 438 "Object doesn't support this property
or method"
Thanks for suggestions
Frank Krogh
If Not Selection.AutoFilter Then Selection.AutoFilter
Workbooks(Workbooks.Count).Activate
Workbooks(Workbooks.Count).Application.AutoFilter.Range.Select
Why do I receive the error message 438 "Object doesn't support this property
or method"
Thanks for suggestions
Frank Krogh