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#.