Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting HTML file to MS-WORD

Status
Not open for further replies.

krshaikh

Programmer
Nov 18, 2001
45
0
0
US
Hi there,

I need to export HTML file into MS-Word format programatically. Does anybody know how to do this ?

Regards,

- krshaikh -
 
You can open html files in word and save as .doc
Record a macro when you do this in word and look at the code that was generated. This should get you most of the way there.

Sam
 
Of course, you will need word to be on the machines you intend your program to eventually run upon - libraries and all that...

mmilan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top