You tell me, here's what I got - olow0s8 is the name of the table.
olow0s8.Sort.SortFields.Clear
olow0s8.AutoFilter = False
With olow0s8.Range
.AutoFilter Field:=2, _
Criteria1:="<=" & DateSerial(Year(lDate01), Month(lDate01), Day(lDate01)), Operator:=xlAnd, _
Criteria2:=">" & DateSerial(Year(lDate02), Month(lDate02), Day(lDate02))
.AutoFilter Field:=11, Criteria1:=">=" & lLoBal
End With
The line that is not working is
.AutoFilter Field:=11, Criteria1:=">=" & lLoBal
If i change the field to 10, obviously immediately adjacent and prior to the errant run column, it filters it perfect.
The only difference between the two is that column 10 has values and column 11 is a SUM of three values.
Just saw your new post come in, about to read-
@skywriter - Will try, need to redact the info...
Bookmarks