Thread
:
VBA auto filter question
View Single Post
#
2
Posted to microsoft.public.excel.programming
Nick Hodge
external usenet poster
Posts: 1,173
VBA auto filter question
Andre
Off to test but it should work if you take the quotes from around the
variable
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS
"Andre Croteau" wrote in message
...
Hi,
I have data in cells A3:C200, with the auto filter ON
I am trying to automate some procedures, and would like to put a value in
cell say "A1" which would represent the auto filter query I am looking for
column "C"
so far I have tried
Dim WSCode As String
WSCode = Worksheets("Sheet1").Cells(1, 1).Value
Selection.AutoFilter Field:=3, Criteria1:="WSCode"
but it doesn't work....
Can someone please give me a hand?
Thanks
André
Reply With Quote
Nick Hodge
View Public Profile
Find all posts by Nick Hodge