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
 

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