T
Togetherwith
Hi,
I have a simple problem. I search the solution in the internet for
while, but still can not find it.
My question is how to repalce the specifical characters with othe
characters.
My code:
ActiveDocument.Paragraphs(2).Range(2, 3).TypeText Text:="zh"
The objective of the code is to replace the second and third character
in 2nd paragraph with "zh". But it does not work. Could somebody tel
me how to sovle it? Thanks a lot.
moreover, if I want to replace the to characters with a number, such a
25, how to code it?
ActiveDocument.Paragraphs(2).Range(2, 3).TypeText Text:= "25"
is right
I have a simple problem. I search the solution in the internet for
while, but still can not find it.
My question is how to repalce the specifical characters with othe
characters.
My code:
ActiveDocument.Paragraphs(2).Range(2, 3).TypeText Text:="zh"
The objective of the code is to replace the second and third character
in 2nd paragraph with "zh". But it does not work. Could somebody tel
me how to sovle it? Thanks a lot.
moreover, if I want to replace the to characters with a number, such a
25, how to code it?
ActiveDocument.Paragraphs(2).Range(2, 3).TypeText Text:= "25"
is right