True to save TrueType fonts with the document.
True to have Microsoft Word suggest read-only status whenever the document is opened. The default is True.Ī password string for saving changes to the document. True to add the document to the list of recently used files on the File menu. The default is False.Ī password string for opening the document. To save a document in another format, specify the appropriate value for the SaveFormat property of the FileConverter object. The format in which the document is saved. If a document with the specified file name already exists, the document is overwritten without prompting the user. If the document has never been saved, the default name is used (for example, Doc1.doc). The default is the current folder and file name. SaveAs2( _FileName_, _FileFormat_, _LockComments_, _Password_, _AddToRecentFiles_, _WritePassword_, _ReadOnlyRecommended_, _EmbedTrueTypeFonts_, _SaveNativePictureFormat_, _SaveFormsData_, _SaveAsAOCELetter_, _Encoding_, _InsertLineBreaks_, _AllowSubstitutions_, _LineEnding_, _AddBiDiMarks_, _CompatibilityMode_ )Įxpression An expression that returns a Document object. Some of the arguments for this method correspond to the options in the Save As dialog box ( File tab). Saves the specified document with a new name or format.