Sub show_symbol_dlg()
Application.CommandBars.FindControl(ID:=308).Execute
End Sub
application.Dialogs(wdDialogInsertSymbol).Show
Where wdDialogInsertSymbol = 162 Application.CommandBars.FindControl(ID:=308).Execute
Application.Dialogs(771).Show
Thanks for that. It does indeed do what I want -HOWEVER; it only shows the dialog, it doesn't allow me to return a character.
Is there anything less cryptic than 'CommandBars.FindControl(I