Sub Données()
With Sheets("Feuil1")
'--- filtre données ---
Range("b1:s" & [b65000].End(xlUp).Row).AdvancedFilter Action:=xlFilterCopy, _
CopyToRange:=.Range("a14:r14"), Unique:=False
'--- format police ---
.Range("a14:r" & .[a65000].End(xlUp).Row).Font.Size = 8
.Activate
End With
End Sub