Word) (Options.ConfirmConversions 屬性
True 是表示 如果 Word 會顯示 [ 轉換檔案] 對話方塊之前會開啟或插入不是 Word 文件或範本檔案。 在 [ 轉換檔案] 對話方塊中,使用者會選擇要轉換的檔案格式。 可讀寫的 Boolean。
語法
expression。 ConfirmConversions
表達 代表 'Options' 物件的變數。
範例
This example sets Word to display the Convert File dialog box whenever a file that isn't a Word document or template is opened.
Options.ConfirmConversions = True
This example returns the current status of the Confirm conversion at Open option on the General tab in the Options dialog box.
Dim blnConfirm As Boolean
blnConfirm= Options.ConfirmConversions
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。