I don't know why my Select for the Range don't work on this line. It's the right syntax for range.
ActiveWorkbook.Sheets("Report M-1").Select
ActiveSheet.Rows("1:1").Find("Operational Categorization Tier 1").Activate
ActiveSheet.Rows("1:1").AutoFilter field:=5, Criteria1:="SECURITY TROUBLE"
ActiveSheet.Range("A1").CurrentRegion.Copy
If FeuilleExiste("Feuil1") = False Then
ActiveWorkbook.Sheets.Add
End If
****ActiveWorkbook.Sheets("Feuil1").Range("A1:").Select****
Selection.PasteSpecial xlPasteAll
ActiveWorkbook.Save
'suppression filtre
Workbooks("Monthly security report May.xls").Activate
ActiveSheet.Rows("1:1").AutoFilter