Selection.Type (Word)
Gibt den Auswahltyp zurück. Dies sind mögliche Werte für
If Selection.Type <> wdSelectionIP Then
Selection.Font.Engrave = True
Else
MsgBox "You need to select some text."
End If
Gibt den Auswahltyp zurück. Dies sind mögliche Werte für
If Selection.Type <> wdSelectionIP Then
Selection.Font.Engrave = True
Else
MsgBox "You need to select some text."
End If