F
Frank Haverkamp
I want to know what the autofilter was last set to.
Below is a snipet of code.
For simplicity sake, lets just say I want to know what "Criteria1" was
last set on. Range("E118") is the autofilter.
Dim Count as String
Selection.AutoFilter Field:=5, Criteria1:="T&D Toolmakers"
Count = Range("E118").Value
MsgBox (Count)
It's not working, Help!
Below is a snipet of code.
For simplicity sake, lets just say I want to know what "Criteria1" was
last set on. Range("E118") is the autofilter.
Dim Count as String
Selection.AutoFilter Field:=5, Criteria1:="T&D Toolmakers"
Count = Range("E118").Value
MsgBox (Count)
It's not working, Help!