Can I use Office 2K or below version with C# for automating word.

M

Maria

Can I use Office 2K with C# to automate word? If yes and the end user is using some other office will it work similarly? Or should I use office 2003 or XP only and even user should have the same to use this? I want to automate word to generate some reports and I'm using C#.
 
E

Eric Lawrence [MSFT]

You can automate pretty much any version of Word using C#, by calling into
the Automation Object model for Word. However, later products (e.g. Word
2003) have native .NET type libraries which will make this process more
simple.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.

Maria said:
Can I use Office 2K with C# to automate word? If yes and the end user is
using some other office will it work similarly? Or should I use office 2003
or XP only and even user should have the same to use this? I want to
automate word to generate some reports and I'm using C#.
 

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