N
Neo
Hello All,
I have asked this earlier but would like to put this question again in
new perspective.
I want text from given word doc to insert into datbase. I am using
Range.Text method hoping that I get Text version of formatted content.
but I am wrong. Range.Text gives absurd values for special chars as
shown in follwing doc. Possibly, just first one byte.
Have a look at following doc.
http://www.ccs.neu.edu/home/pravin/Doc1.doc
If you run the macro inside, which prints the only special symbol in
doc "->", Range.text gives "(".
Now, you if you save this document as Text, you will see text doc
contains "-->" This is precisely, what I want. Is there any way I can
achieve this in Range object. Getting equivalent Text expression for
given special char??
Best Regards,
Pravin A. Sable
I have asked this earlier but would like to put this question again in
new perspective.
I want text from given word doc to insert into datbase. I am using
Range.Text method hoping that I get Text version of formatted content.
but I am wrong. Range.Text gives absurd values for special chars as
shown in follwing doc. Possibly, just first one byte.
Have a look at following doc.
http://www.ccs.neu.edu/home/pravin/Doc1.doc
If you run the macro inside, which prints the only special symbol in
doc "->", Range.text gives "(".
Now, you if you save this document as Text, you will see text doc
contains "-->" This is precisely, what I want. Is there any way I can
achieve this in Range object. Getting equivalent Text expression for
given special char??
Best Regards,
Pravin A. Sable