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
 
Top