Word) (Options.UpdateLinksAtOpen 屬性
True 是表示 如果 Microsoft Word 會自動更新所有內嵌 OLE 連結文件中加以開啟時。 可讀寫的 Boolean。
語法
expression。 UpdateLinksAtOpen
表達 會傳回 Options 物件的運算式。
範例
本範例會設定 Word 在開啟檔案時更新內嵌 OLE 連結。
Options.UpdateLinksAtOpen = True
This example returns the current status of the Update automatic links at Open option on the General tab in the Options dialog box.
temp = Options.UpdateLinksAtOpen
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。