Keyboard shortcut to open a dialogue box with specific option selected
I want to create a keyboard shortcut to open the "Insert Symbol" dialogue box with the Symbol font selected in the Font field.
I know how to create a keyboard shortcut to open the "Insert Symbol" dialogue box, using either the "InsertSymbol" command directly or a macro with the command "Application.Dialogs(wdDialogInsertSymbol).Sho w".
However, normally when this dialogue box is opened, it has the last used font selected in the Font field. Is there a way to open this dialogue box with a specific font ("Symbol") selected in the Font field?
|