View Single Post
 
Old 10-03-2022, 03:22 PM
harry harry is offline Windows 10 Office 2019
Advanced Beginner
 
Join Date: Jul 2010
Posts: 31
harry is on a distinguished road
Default 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?
Reply With Quote