With appWord.ActiveDocument
.ExportAsFixedFormat OutputFileName:=(nom_fichier), _
ExportFormat:=wdExportFormatPDF, OpenAfterExport:=False, OptimizeFor:= _
wdExportOptimizeForPrint, Range:=wdExportAllDocument, From:=1, To:=1, _
Item:=wdExportDocumentContent, IncludeDocProps:=False, KeepIRM:=False, _
CreateBookmarks:=wdExportCreateHeadingBookmarks, DocStructureTags:=True, _
BitmapMissingFonts:=False, UseISO19005_1:=False
.SaveAs "C:\Toto\" & DocName & ".pdf"
'.ExportAsFixedFormat nom_fichier, wdExportFormatPDF
.Close False