Document.Range (Word)

Retorna um objeto Range usando as posições de caractere inicial e final especificadas.

Range (Start, End)


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

Arguments

Optional arguments

Os seguintes argumentos são opcionais

Start (Long) - A posição de caractere inicial.

End (Long) - A posição de caractere final.