Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Automation - Save as HTML
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00652621
Message ID:
00652673
Views:
28
>How do I tell word to save a document as an html document?
This should work:

#DEFINE wdFormatHTML 8
oDoc.SaveAs("d:\mypath\myfile.htm", wdFormatHTML)

- della Martin
Previous
Reply
Map
View

Click here to load this message in the networking platform