Top "Vsto" questions

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.

In VSTO Excel, how to detect data in cells?

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-2007
Can't find the list of most (all?) tab names for the ribbon in Office

After 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-2013
Why does the "Sign the ClickOnce manifests" checkbox keep defaulting to checked on build?

Closely related to Sign the ClickOnce manifests checkbox keeps defaulting to checked on publish. None of the answers listed in …

c# msbuild vsto clickonce
How to retrieve the Outlook folder of a mail item (Outlook.MailItem)?

I am getting my default inbox folder via inboxFolder = Globals.ThisAddIn.Application.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox Elsewhere in my …

c# outlook vsto outlook-2010