Insert HTML code to doc

A

Anujith

Hi,

Am trying to insert HTML code to a bookmark on ASP.NET. I would like the
data to appear (in format and display wise) on Doc file similiar to the HTML
file.

I tried to use Selection.InsertFile(filename,ref,ref,ref), it copied the
html tags to the doc file. Then I gave the ConfirmConversion as true
[Selection.InsertFile(filename,ref,ref TRUE,ref] and the application is not
responding at all.

Am I doing something wrong here? Your help is appreciated.

Thanks
 
Top