How to use Office API's in vb.net application

U

Umar

I want to create hyperlinks in my Word document using Office API. how
can i do this. i want ot do this using a vb.net application. plz tell
me how i can use this using the office API's in vb.net and can create
an applilcation that will do the work i need for me.


if any one have done this kind of work plz guide me...

its urgent ... so plz reply me as soon as possible....

thanx
 
A

Alvin Bruney [MVP]

I'd recommend you use VSTO for this. If you do, it's as simply as using the
hyperlink object in the document and setting the available properties. If
VSTO is not an option for you, you can import that COM office library and
use its hyperlink object.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 

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