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!

Batch DOC to HTML converter

Status
Not open for further replies.

mulligh

Technical User
May 8, 2001
97
0
0
US
Is anyone aware of a completely free Microsoft Word to HTML batch conversion tool (EXE, VBScript, JScript, etc.)? I've looked at the popular download sites like CNET and haven't found anything.

Thanks.

Mully
 
You can do this from within Word using a macro. If all the word documents are in a common directory you can use the file system object to cycle through all the *.doc files in a particular directory then use the SaveAs method to save the files as HTML in the same directory, or another directory.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top