I'm trying to create a document in Word2007 using ole automation with the
html extension but after it is created, if I try to open it using IE it only
display "garbage", although it opens fine through Word2007.
The only way I can open it directly from IE is by creating it through
automation using the *.doc extension, opening it and manually save it using
the Save As dialog box and changing the extension to *.htm"
In the code, the only thing that I change is the file ext format. Is there
anything else that needs to be done?