Hi,
I am using MS word 2003 with Special Pack1. When I run the following code,
Word is giving me Run-Time error 5624 with no description provided. The code
is,
selection.find.Execute(FindText:="^$. ^?", replacewith:="^$. ^?",
Replace:=wdReplaceAll)
Please help me.

Signature
Thanks and Regards,
Renjith R Nair
Jezebel - 21 Jan 2005 08:59 GMT
You can't use ^$ or ^? in the replace string. What are you trying to do?
> Hi,
>
[quoted text clipped - 6 lines]
>
> Please help me.
Renjith - 21 Jan 2005 10:11 GMT
I want to replace the single space with double space after each full stop.
Thanks in advance for your help.
> You can't use ^$ or ^? in the replace string. What are you trying to do?
>
[quoted text clipped - 10 lines]
> >
> > Please help me.
Doug Robbins - 21 Jan 2005 10:35 GMT
See the article "Finding and replacing characters using wildcards" at:
http://word.mvps.org/FAQs/General/UsingWildcards.htm

Signature
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
>I want to replace the single space with double space after each full stop.
>
[quoted text clipped - 14 lines]
>> >
>> > Please help me.