Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Autofilters | Excel Discussion (Misc queries) | |||
AutoFilters | Excel Worksheet Functions | |||
How to set up AutoFilters? | Excel Worksheet Functions | |||
autofilters | Excel Worksheet Functions | |||
Userforms and autofilters - Autofilters don't seen to work with userform | Excel Programming |