I try to import rtf code to Word application in VC.But I cannot find the
interface in Word Object.
How can I do it? Thank you!

Re: import rtf code to Word by Alf

Alf
Fri Jul 25 05:24:08 CDT 2008

* wangyang:
> I try to import rtf code to Word application in VC.But I cannot find the
> interface in Word Object.
> How can I do it? Thank you!

Do it first in VBA, as a Word macro. Then when it works as a Word macro, do it
as a freestanding VBScript script. Then when that works (it will in general be a
little different), translate that to C++.

Cheers, & hth.,

- Alf

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?