E
Ed
I want to find doubled double quotes and replace with single double quotes
(change ""hi"" to "hi"). But my code is acting odd. I've got:
rngWork.Find.Execute FindText:="""", _
ReplaceWith:=""", Replace:=wdReplaceAll"
Noticce the double quote after ReplaceAll - the VBE puts that there! I
suspect it thinks that's the end of my ReplaceWith text string? How can I
write this to get around this problem?
Ed
(change ""hi"" to "hi"). But my code is acting odd. I've got:
rngWork.Find.Execute FindText:="""", _
ReplaceWith:=""", Replace:=wdReplaceAll"
Noticce the double quote after ReplaceAll - the VBE puts that there! I
suspect it thinks that's the end of my ReplaceWith text string? How can I
write this to get around this problem?
Ed