Hi franciz
For others this is the code page (last example)
http://www.rondebruin.nl/copy3.htm
We can add one line
Replace this:
sourceRange.AutoFilter Field:=FilterField, _
Criteria1:=SearchValue
With:
'Filter the range on the FilterField column
sourceRange.AutoFilter Field:=FilterField, _
Criteria1:=SearchValue
sourceRange.AutoFilter Field:=3, Criteria1:="<"
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"franciz" wrote in message ...
Hi all
I am using the the codes in Merge a range from all workbooks in a folder
with AutoFilter provided by Ron de Bruin
Is it possible to have two auto filters enable in the codes? if tes,
How do I write the additional syntax to filter for NonBlanks rows in column
C given that the current codes provided wrote as :
FilterField = 2
SearchValue = "Y"
Thanks for your assistance
regards, francis