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.
Does anyone have any experience with unit testing Excel VBA code? I want to introduce unit tests into some legacy …
unit-testing excel vsto vbaI want to know what the fastest way is of reading and writing data to and from an open Excel …
c# excel automation vsto com-interopI'm having some issues deploying a Visio addin. Running the VSTO file works on my computer, but whenever I try …
ms-office vsto visioI developed a new Office 2007 addin using VS 2008 and VSTO. after this I go to Office->Excel Options->…
ms-office vsto add-in excel-2007Starting with Visual Studio RC, Visual Studio 2015 appears to no longer support the Office Add-In project types from Visual Studio …
vsto outlook-addin visual-studio-2015I created a VSTO Outlook Addin that uses a library Html2Xhtml.dll (.NET) which calls another Html2xhtml.exe …
outlook vsto clickonce working-directoryI'm writing a VSTO Outlook add in and i need to save some settings the addin gets from a web …
c# c#-4.0 vsto office-interop outlook-2010When I doubleclick to install a VSTO plugin for Excel 2010 I get a message "unable to install this application because …
plugins vsto installation ms-office uninstallationI am creating an Outlook 2010 add-in and have added a context menu to my ribbon for idMso="contextMenuMailItem". On click, …
c# vsto outlook-addin