I'm trying to write code to get filtering information for a worksheet. There are, of course, two possibilities:
- After auto-filtering with the drop-down arrows, WS.AutoFilterMode is True, and I can enumerate the AutoFilter.Filters collection.
- After an Advanced-Filter operation, WS.FilterMode is True, but how can I determine what filters were applied, since WS.AutoFilter is Nothing?