Selection.Type (Word)

Gibt den Auswahltyp zurück. Dies sind mögliche Werte für WdSelectionType.


If Selection.Type <> wdSelectionIP Then 
 Selection.Font.Engrave = True 
Else 
 MsgBox "You need to select some text." 
End If