Document.Range (Word)

Returns a Range object by using the specified starting and ending character positions.

Range (Start, End)


Sub DocumentRange() 
 ActiveDocument.Range(Start:=0, End:=10).Bold = True 
End Sub

Arguments

Optional arguments

The following arguments are optional

Start (Long) - The starting character position.

End (Long) - The ending character position.