Stéphanie1981
XLDnaute Nouveau
Bonjour,
Quelqu'un peu m'aider j'ai une erreur dans cette fonction qui est en rouge.
Sub SaveToPdf()
'
' SaveToPdf Macro
'
'
Application.DisplayAlerts = False
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
ThisWorkbook.Path & "\" & Range("P6").Value & ".pdf"
, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _ :=False, OpenAfterPublish:=TrueQuality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas
:=False, OpenAfterPublish:=True
Application.DisplayAlerts = True
End Sub
Merci
Quelqu'un peu m'aider j'ai une erreur dans cette fonction qui est en rouge.
Sub SaveToPdf()
'
' SaveToPdf Macro
'
'
Application.DisplayAlerts = False
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
ThisWorkbook.Path & "\" & Range("P6").Value & ".pdf"
, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _ :=False, OpenAfterPublish:=TrueQuality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas
:=False, OpenAfterPublish:=True
Application.DisplayAlerts = True
End Sub
Merci
Dernière édition: