Selection.Type Property
Word Developer Reference |
Returns the selection type. Read-only WdSelectionType.
Syntax
expression.Type
expression An expression that returns a Selection object.
Example
This example formats the selection as engraved if the selection is not an insertion point.
Visual Basic for Applications |
---|
|
See Also