共用方式為


Word) (AutoCorrect.CorrectKeyboardSetting 屬性

True 是表示 如果 Microsoft Word 自動調換以其原生的數字的文字如果您輸入的文字中非目前的鍵盤語言的語言。 可讀寫的 Boolean

語法

expressionCorrectKeyboardSetting

表達 會傳回 'AutoCorrect' 物件的運算式。

註解

CheckLanguage 屬性必須使用 CorrectKeyboardSetting 屬性設定為 True

範例

此範例會顯示對話方塊,讓使用者選擇是否要讓 Word 自動將外來文字轉置成其原始字母。

x = MsgBox("Do you want Microsoft Word to tranpose " _ 
 & "foreign words to their native alphabet?", _ 
 vbYesNo) 
If x = vbYes Then 
 Application.CheckLanguage = True 
 AutoCorrect.CorrectKeyboardSetting = True 
 MsgBox "Automatic keyboard correction enabled!" 
End If

另請參閱

AutoCorrect 物件

支援和意見反應

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