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.

VSTO Word activate ribbon tab

I have the following ribbon.xml in my word vsto add-in: <tab id="TabLetters" getVisible="IsLettersTabVisible" label="Letters"> &…

c# ms-word vsto ribbon
How to deploy an Office VSTO add-in using Visual Studio 2017

I've created an Outlook add-in, debugged and works fine. I want to be able to package it up for distribution. …

deployment vsto clickonce add-in visual-studio-2017
VSTO: Attach meta-data to a cell in Excel?

I'm using VSTO to create an Excel Add-on. This add-on retrieves and display alot of data from a sql-server. This …

c# .net excel vsto
Word 2010 addin does not load, vsto 2010

Our development machine is 64 bit hardware running Windows 7 Professional N (64 bit), 64 bit Office Professional 2010 and Visual Studio Professional 2010. We created …

visual-studio-2010 .net-4.0 vsto office-2010
How to perform .Onkey Event in an Excel Add-In created with Visual Studio 2010?

I am creating an Excel Add-In using Visual Studio 2010. I would like to run some code when users clicks a …

vb.net visual-studio excel vsto excel-addins
Visual Studio 2015: Create VSTO project for Office 2010 and above that targets .NET 3.5

Is it possible to create VSTO project for Office 2010 and above that targets .NET 3.5 in Visual Studio 2015? When I try …

.net-3.5 vsto visual-studio-2015 office-2010
Event on "Item Sent" in Outlook

I'm using ApplicationEvents_11_ItemSendEventHandler (see http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.applicationevents_11_itemsendeventhandler.aspx) to do …

c# outlook vsto ms-office outlook-addin
Deploying VSTO Add-In to All Users

I add a Word 2013 Add-In project for add ribbon to word. I Release it. it added ribbon to word for …

c# wpf visual-studio-2012 vsto office-2013
Outlook 2007 vsto add-in. Get email sender address

I have a VSTO Outlook 2007 add-in. I am trying to get sender e-mail address when new email comes to Inbox. …

c# vsto outlook-addin outlook-2007
Is Office 2007 PIA deployment possible without Office 2007?

Does Office 2007 PIA also require Office 2007 to be installed? Can I deploy Office 2007 PIA with VSTO 3.0 (without having Office 2007 installed)? …

deployment vsto office-2007 pia