
variable to contain the range.) Once you have a range speci-
fied, you can work with the different methods and properties
of the Range object to control how the document will look,
respond, etc.
Note: Range objects are contiguous areas within a document
defined by starting and ending positions.
Below is a complete listing of the properties and methods that
pertain to the Range object.
Properties of the Range Object
Application Returns an Application object that represents the Microsoft Word
application.
Bold True if the range is formatted as bold. Read/write Long.
BoldBi True if the font or range is formatted as bold. Returns True, False, or
wdUndefined ...