Click to See Complete Forum and Search --> : Changing .rtf to .doc


Rafale
September 18th, 2001, 05:30 AM
Hi!!!
I need some help converting a .rtf file to a .doc file under visual basic without opening a word program....
Thank you for your help!!!

Andrew_Fryer
September 18th, 2001, 05:55 AM
There is no real difference between the rtf and doc files. It may work simply changing the extension, but you could definetely read each item from the rtf and write it to a file with a .doc extension.

Andrew