Error 9099 on Do While .Execute call

M

McGinley

I'm working on a problem that the code at
http://support.microsoft.com/?kbid=211458 gives me a foundation for solving.

So, I cut and pasted the sample into Word VBA and ran it.

I get a 9099 error when the system hits the Do While .Execute(Forward:=True,
Format:=True) = True line. I'm in Word 2003/VB 6.5.

Thanks for any help.
 
D

Doug Robbins - Word MVP

You probably need to show us the whole macro, or at least the part of it
that is the equivalent of all of the code in the KB article.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
M

McGinley

Thanks. Odd thing--the error went away when I closed out of Office and
reloaded. Sorry for the trouble.
 
Top