kamal1jacq
New Member
- Joined
- Feb 4, 2010
- Messages
- 12
Hi,
I am doing a filter using the below code:
filterRange.AutoFilter Field:=11, Criteria1:="<>"
However I do not want to filter as mentioning field as 11
Using Find I found a text "reversed" and assigned it to a variable called "celladdress"
Now cell address shows as K1
So I want to filter using this cell address (variable)
Can this be done and what will be the code.
I am doing a filter using the below code:
filterRange.AutoFilter Field:=11, Criteria1:="<>"
However I do not want to filter as mentioning field as 11
Using Find I found a text "reversed" and assigned it to a variable called "celladdress"
Now cell address shows as K1
So I want to filter using this cell address (variable)
Can this be done and what will be the code.