Link to home
Start Free TrialLog in
Avatar of xmlnewbie
xmlnewbie

asked on

HTML to WordML -- and vice versa

How do I create a standalone application that opens an HTML file as a Word document? Also, how do I later save this Word document into HTML? I want to be able use Word's functionality, if possible. I tried adding a Word reference to my project, but could not declare such an object:

' squiggly line under "Word"
Dim objWord as Word

I figured I might be able to use Word's methods and properties to do this.
ASKER CERTIFIED SOLUTION
Avatar of anv
anv

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of xmlnewbie
xmlnewbie

ASKER

What does that mean??
also u can check the link below:

for further details

http://www.devhood.com/messages/message_view-2.aspx?thread_id=36523

its for the same as above.
OK so this converts from Word to HTML. How do you convert from HTML to WordML? I'ma ssuming the only change is the format # but I don't know what that is.

Also, is there a way to do this without loading the WINWORD.EXE COM object?