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
Printable View
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
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++.
An example program can be found in this thread:
http://www.codeguru.com/forum/showth...light=excel%2A
:wave
Hello Tom Frohman,
I have read you message and have downloaded the program. I will try it.
Thanks for your help.
Golden monkey
You also might want to consider writing a VBA script directly in Word2002. It will reduce a lot of overhead for you!
Hi mikedershowitz,
I know it but I have project with visual c++. I also found it on Batch conversion wizard template.
: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.