S
Sagace
Hi to all,
I've actually some problems with excel 2007
This macro :
----------------------------------------------------------------------------------------------------
Sub FiltreAvance()
Sheets("BDD").Range("A3:V25000").AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Range("A13"), CopyToRange:=Range("A11:S11"),
Unique:= False
End Sub
----------------------------------------------------------------------------------------------------
launch by a button from the sheet "Filter" to display the result of the
filter on the sheet "DataBase" which works perfectly under Excel 2003 does
not works anymore under Excel 2007 !!!
I'd be thankful for any helt to solve this new mystery ...
))
Serge
I've actually some problems with excel 2007
This macro :
----------------------------------------------------------------------------------------------------
Sub FiltreAvance()
Sheets("BDD").Range("A3:V25000").AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Range("A13"), CopyToRange:=Range("A11:S11"),
Unique:= False
End Sub
----------------------------------------------------------------------------------------------------
launch by a button from the sheet "Filter" to display the result of the
filter on the sheet "DataBase" which works perfectly under Excel 2003 does
not works anymore under Excel 2007 !!!
I'd be thankful for any helt to solve this new mystery ...
))
Serge