A
Andre Croteau
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é
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é