Bonjour j'ai crée une macro ,mais elle ne converti pas la feuille active en pdf ,j'aimerai bien qu'elle converti la feuille active en pdf et envoi par email Merci d'avance cordialement
Sub souspdf()
'
' souspdf Macro
'
'
ChDir "C:\Users\brahim\Documents\SUD HABITAT LANGUEDOC\sud est travaux\DEVIS"
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"C:\Users\brahim\Documents\SUD HABITAT LANGUEDOC\sud est travaux\DEVIS\model DEVIS FACTURE 1SUD EST TRAVAUX2.pdf" _
, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _
:=False, OpenAfterPublish:=False
Application.Dialogs(xlDialogSendMail).Show
End Sub