Je teste
Sub Enregistrer_PDF()
'
' Enregistrer_PDF Macro
'
'
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"H:\MONSIEUR PLAN\Desktop\RT2012 - B20.pdf", Quality:=xlQualityStandard, _
IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:= _
True
End Sub
Le probleme est que je voudrais que le nom du fichier soit "RT2012 + cellule B20". Là j'ai testé, mais ca marche pas comme je veux (mais a priori c'est un bon debut ...)