Sub GetSymbolAttributes() Dim SelFont, SelCharNum With Selection With Dialogs(wdDialogInsertSymbol) SelFont = .Font SelCharNum = .CharNum End With End With MsgBox SelFont & vbTab & SelCharNum End Sub