Word) (Options.BackgroundSave 屬性
True 是表示 如果 Word 會在背景中儲存的文件。 當 Word 儲存在背景中時,使用者仍可繼續可以輸入並選擇命令。 可讀寫的 Boolean。
語法
expression。 BackgroundSave
表達 代表 'Options' 物件的變數。
範例
本範例可讓使用者在 Word 儲存文件的同時,繼續在文件中作業。
Options.BackgroundSave = True
This example returns the current status of the Allow background saves option on the Save tab in the Options dialog box.
Dim blnAutoSave As Boolean
blnAutoSave = Options.BackgroundSave
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。