Word) (Application.Options 屬性

會傳回 Options 物件,代表 Microsoft Word 應用程式設定。

語法

expressionOptions

expression 代表 Application 物件的變數。

範例

本範例會停用快速儲存,然後儲存使用中文件。

Options.AllowFastSave = False 
ActiveDocument.Save

此範例會將 Sales.doc 與其註解及功能變數結果一起列印。

With Options 
 .PrintFieldCodes = False 
 .PrintComments = True 
End With 
Documents("Sales.doc").PrintOut

另請參閱

Application 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應