Range.Text (Word)

Returns or sets the text in the specified range or selection. Read/write String.

The Text property returns the plain, unformatted text of the range. When you set this property, the existing text in the range is replaced.


Set myRange = ActiveDocument.Words(1) 
myRange.Text = "Dear "