XML Conversion to HTML in Word 2007

J

jlawrence

I am converting an application we use to edit text and write it back to an MS
SQL DB through a com object. The current environment is in Office/Word 2000
using
VBA and we are moving this to VS2005 to VSTO2005SE Office/WORD 2007

One of my requirements is to write back HTML to the SQL DB and I was able to
do so using this command in VBA.

MyStr = ActiveDocument.HTMLProject.HTMLProjectItems(1).Text

Does anyone have a suggestion on how to perform the same operation with .NET
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top