XlFilterStatus enumeration (Excel)
Used to return a status from filter functions.
Name | Value | Description |
---|---|---|
xlFilterStatusOK | 0 | Signifies OK or successful. |
xlFilterStatusDateWrongOrder | 1 | SetFilterDateRange(?): StartDate > EndDate |
xlFilterStatusDateHasTime | 2 | SetFilterDateRange(?): StartDate or EndDate have a time portion. |
xlFilterStatusInvalidDate | 3 | SetFilterDateRange(?): StartDate or EndDate are not valid dates. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.