PlugIn for MS-Office through C#
Hi all,
Well This is my first post here.
I am developing an application in C#. (Visual Studio.Net 2003)
Where I want to develop a Plug-In for MS-Office (typically Word,Excel & PowerPoint).
The functionality of this Plug-In will be like this.
- A button with The application logo will be displayed in Office toolbar.
- When User click on this button the current file will be saved and the file is available my application for further processing.
Can Anybody please guide me what are the steps to develop such a kind of plug in.
Thanks & Regards
Harry
Sachin DoshiPosted Dec 7, 2006, 2:59 AM
To achive this you will need to add a COM reference to you application
Like to create a word document look for the Microsoft Word 9.0 Object Library.
Go through this link, this will help you in creating and opening a Word document.
http://www.c-harpcorner.com/UploadFile/mgold/WordFromDotNet11082005235506PM/WordFromDotNet.aspx?ArticleID=f6ef2e1f-9fc4-4be7-98dd-0b10af6d5a26
-SaChIn