I have a VSTO Excel workbook that functions correctly in test.I can deploy the package (publish the solu开发者_如何转开发tion) but when I distribute it my users are unable to install it.Any idea, any
I\'ve created an Excel add-in using Visual Studio 2008. It has a ribbon, a bunch of panes and code that adds sheets and ranges and gets information scraped from a web page.
I\'ve got a great MS Outlook 2003 addin going that adds some features to the context menu. Wha开发者_如何学Ct I am lacking is the ability to get the item I\'ve right-clicked on.
I\'ve not been able to find a whole lot on this anywhere.Let me start by saying I don\'t want to use the old Windows Form.I want to add a new WPF Window to my outlook 2007 addin project in visual stud
I would like to know first what is the difference between VSTO Excel 2007 Workbook andVSTO Excel 2007 Add-In.
One of the groups in my company works on a very large PowerPoint slide deck.Not all of the slides in this deck are relevant to everyone.The purpose of this deck is to have a singular source of materia
Hi I have Developped a VSTO Addin for office 2007> and a commandbar object model addin for same application to support office 2003.
So I\'ve got this context menu working out except that the event behind the actual selection of the menu item seems to fire multiple times. First time I click it, it fires once, then twice, then 3 tim
I use VSTO Excel template based solutions frequently.One of the things I like about this project type is that I can use cached data sets in the Excel template or worksheet to handle ap开发者_JAVA百科p
I am developing an outlook 2007 add in. How can i know the outlook language(English or French versi开发者_运维技巧on..)There are a number of ways you can go about doing this. Although the exact proces