Options.AutoKeyboardSwitching property (Publisher)

True for Microsoft Publisher to automatically switch the keyboard language to the language used for the text at the cursor position. Read/write Boolean.

Syntax

expression.AutoKeyboardSwitching

expression A variable that represents an Options object.

Return value

Boolean

Example

This example enables automatically switching the keyboard language to the necessary language.

Sub SetGlobalOptions() 
 Options.AutoKeyboardSwitching = True 
End Sub

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.