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
Adding buttons to spreadsheets in .NET (VSTO)

Using VSTO or some related technology, is it possible to programmatically embed a button in a cell of an Excel …

c# .net vsto excel-interop
My VSTO 3.0 Outlook addin doesn't load

I'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