S
Stacey Bailey
Hi. I have a macro that I've used in the past to slice up Mailmerged
documents into separate files. In the past, I've exported the files as xml
using the text format and an xml extension.
I'm trying to repurpose that macro to generate .mht files (single file web
pages). I can generate the files as .htm using:
ActiveDocument.SaveAs FileName:=Title & ".htm", FileFormat:=wdFormatHTML
There doesn't seem to be a wdformat for .htm nor does there seem to be a
file converter available.
Has anyone done this? Any ideas on what to try?
documents into separate files. In the past, I've exported the files as xml
using the text format and an xml extension.
I'm trying to repurpose that macro to generate .mht files (single file web
pages). I can generate the files as .htm using:
ActiveDocument.SaveAs FileName:=Title & ".htm", FileFormat:=wdFormatHTML
There doesn't seem to be a wdformat for .htm nor does there seem to be a
file converter available.
Has anyone done this? Any ideas on what to try?