Visual Studio Tools for Office (VSTO) is a set of development tools for creating Office automation solutions (add-in or document customization), using .NET and the Visual Studio IDE.
A process to quickly detect whether there is data in a given worksheet or not, without actually looping through all …
c# .net excel vsto office-2007After some heavy googling, I've concluded that I'm unable to locate information on the id names for the different components …
vsto add-in outlook-addin ribbon office-2013I am getting my default inbox folder via inboxFolder = Globals.ThisAddIn.Application.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox Elsewhere in my …
c# outlook vsto outlook-2010Using VSTO or some related technology, is it possible to programmatically embed a button in a cell of an Excel …
c# .net vsto excel-interopI'm trying to diagnose why my Outlook plugin written in C#/VSTO 3.0/VS 2008 doesn't load after being installed. The plugin …
vsto outlook-2007 outlook-addin