Word Object Model
-
I am working with Visual Studio 2005 in C#. I would like to programatically create Word documents. That is, I would like to access the Word object model. Can I do that with VS 2005? I am reading something about Visual Studio Tools for Office. Do I need that? Or can I just use VS 2005. Are there class libraries I need to obtain? Thanks, Mark
-
I am working with Visual Studio 2005 in C#. I would like to programatically create Word documents. That is, I would like to access the Word object model. Can I do that with VS 2005? I am reading something about Visual Studio Tools for Office. Do I need that? Or can I just use VS 2005. Are there class libraries I need to obtain? Thanks, Mark
I could be wrong here, but I don't think you need VSTFO to work with office and VS 2005. Just make a reference to the Word object library and go to town.
-
I could be wrong here, but I don't think you need VSTFO to work with office and VS 2005. Just make a reference to the Word object library and go to town.
You are write, you just need to add reference to the Word Object Library.
#region signature my articles #endregion