J
John Wirt
What command should I use to move the insertion point back to the end of the
previous paragraph.
Here is the code.
For Each aPara In rng.Paragraphs
aPara.Range.Select
If Selection.Characters.Count > 3 Then
Selection.Collapse (wdCollapseEnd)
Selection.Moveleft(wdChar,1) <===??
Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldSequence,
Text:="Sequence"
End If
Next aPara
John Wir
previous paragraph.
Here is the code.
For Each aPara In rng.Paragraphs
aPara.Range.Select
If Selection.Characters.Count > 3 Then
Selection.Collapse (wdCollapseEnd)
Selection.Moveleft(wdChar,1) <===??
Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldSequence,
Text:="Sequence"
End If
Next aPara
John Wir