Convert to word 2002
Hi all,
I'm writing code to convert word 6.0/95 to word 2000 or word XP. Pleas help me to do it.
thanks
# 1 Re: Convert to word 2002
If you have Word XP, the easiest way is to open the file and then save it. To do this programatically, use Automation from C++.
# 2 Re: Convert to word 2002
An example program can be found in this thread:
http://www.dev-archive.com/forum/showthread.php?s=&threadid=239343&highlight=excel%2A
:wave
# 6 Re: Convert to word 2002
:blush
I have test your program. But it's still Word 60/95 It's cannot save to word 2002.
It's may be wrong at open and saveas variable (covFalse, CovTrue, CovOptional)
Golden monkey.