Ciao gfranc...,
considera la seguente:
Sub SaveAs([FileName], [FileFormat], [LockComments], [Password], [AddToRecentFiles], [WritePassword], [ReadOnlyRecommended], [EmbedTrueTypeFonts], [SaveNativePictureFormat], [SaveFormsData], [SaveAsAOCELetter], [Encoding], [InsertLineBreaks], [AllowSubstitutions], [LineEnding], [AddBiDiMarks])
Membro di Word.Document
Da usare *per esempio* cosi':
With ActiveDocument
.SaveAs strFilename, _
wdFormatPDF, _
AddToRecentFiles:=False
.Saved = True
.Close
End With
--
Ciao! :)
Maurizio