M
M
Well I spoke too soon.
I am never getting out of this loop, it should only be
coming up with three instances but it doesnt ever return a
False:
With oWordRange.Find
.ClearFormatting()
Do While .Execute(FindText:="[#string#]", _
MatchCase:=False, _
MatchWholeWord:=False, _
Forward:=True) = True
iCounter += 1
Loop
End With
I am never getting out of this loop, it should only be
coming up with three instances but it doesnt ever return a
False:
With oWordRange.Find
.ClearFormatting()
Do While .Execute(FindText:="[#string#]", _
MatchCase:=False, _
MatchWholeWord:=False, _
Forward:=True) = True
iCounter += 1
Loop
End With