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!!!
Printable View
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!!!
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