'Autofilter empty most of the data of my sheet
I am trying to filter data according to a criteria.
The data data I want to filter are in the columns B to F. In column F I have integer values, 2, 4, 8,... etc.
The row with the filters are in the row 13, above I have a header of the document.
The filter that I am trying to use is this:
Me.Range("F13").AutoFilter _
Field:=1, _
Criteria1:="8", _
VisibleDropDown:=False
But this empty most of the data of the sheet.
Why most of the data is filtered?
Thanks.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
