I have been working on Office Integration over the last few months, and what started off as a Word 2007 add-in has now also expanded to PowerPoint and Excel. I refactored the code and pulled the existing Ribbon into a shared class library for the different VSTO projects to use.
Viewing entries tagged
Office 2007
Working on an Add-in that supports Microsoft Office’s Word, Excel and PowerPoint. One would think that being all three products being Office applications that programming against them would be nice and simple. How wrong I could be…
(Note: Using C# doesn’t help either :P)
(Note: Using C# doesn’t help either :P)