Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Working with Microsoft Word

Status
Not open for further replies.

iaswnidou

Programmer
Apr 19, 2005
140
0
0
GR
Hello

I recently had to work with Microsoft word templates, changing VBA code.

I'm no good in VBA nor I find it enjoyable, so it was a horrible experience!

Is there any other way I can do with .NET 2.0? Are there any APIs/platforms that will allow me to do Microsoft word development in a modern way?

Thanks

Kokas
 
Microsoft Word exposes it's programmatic functionality through it's object model which you can add to your application. However, it's model is based around VBA so you'll find it fairly similar in terms of coding.

You may want to have a read of this MSDN article.


____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244.
 
Thanks for the reply.

I also found about the Visual Studio Tools for Office suite online and i'm trying to install it.

I cannot seem to do this and i posted a new thread...:(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top