Combining Word Documents Into One HTML File

  • Thread starter Thread starter Derek Hart
  • Start date Start date
D

Derek Hart

Using VBA, I wish to save many Word docs into html files. That part is
easy. But I want to then string together the html files into one long html
file. Does Word have any capabilities to do this? Do I have to get into
complex html editing to make this happen?

Derek Hart
 
Hi Derek,

Why not combine all of the documents before saving them?

The code in the following article might help get you started

“Print all documents in a given folder to a single print file” at:

http://www.mvps.org/word/FAQs/MacrosVBA/PrintAllDocsInFldr.htm

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Back
Top