共用方式為


Excel) (SpellingOptions.UserDict 屬性

指示 Microsoft Excel 建立自訂字典,以便在工作表上執行拼字檢查時,將新字組新增至其中。 讀取/寫入的 String

語法

運算式UserDict

表達 代表 SpellingOptions 物件的 變數。

範例

此範例會指示 Excel 在拼字選項功能中建立名為 Custom1.dic 的自訂字典,並通知使用者。

Sub SpecialWord() 
 
 Application.SpellingOptions.UserDict = "Custom1.dic" 
 MsgBox "The custom dictionary is currently set to: " _ 
 & Application.SpellingOptions.UserDict 
 
End Sub

支援和意見反應

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