Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Word > Character Formatting > Symbols< Previous | Next > 


 

(Insert > Symbol)

 

   



 

Closing the Dialog Automatically

 
 

The dialog box is not automatically closed if you double click a symbol.

 
 

The dialog box is not automatically closed when you press the Insert button.

 
 

Replacing the built-in command with the following will mean that the dialog box is closed automatically

 
 
1
2
3
Public Sub InsertSymbol()
   Dialogs(wdDialogInsertSymbol).Show
End Sub
   

 

Things to Remember

 


 Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.< Previous | Top | Next >