I\'m trying to write application-level add-in for Word 2003. The plugin adds a button on a new commandbar - clicking the button saves active document and then performs some additional actions. When I
I have two MS Office add-ins written in VBA that I would like to package into an installer, along with some support files.Since VB passwords protecting add-in code can be hacked pretty easily, I want
I\'ve created an Add-In for Visual Studio 2008. The only thing remaining is to create a setup package so that others can install and use my Add-In.
I want to create a Method in Excel Add-In 2007 solution which can be called from my Excel Workbook 2007 solution.
I have a C# class library project for an automation add-in for which I have created a Visual Studio set-up project.
I have a very simple Excel Addin build it in Visual Studio 2008 for Excel 2003, which creates a toolbar with some buttons.
I am looking for a Visual Studio Addon which does standard Regular Expression Find and Replace, not the Microsoft Visual Studio vers开发者_如何转开发ion of Regular Expression
We are developing Outlook 2007 add-in. For testing outlook category renaming I\'ve added the following code block
I am a newbie with add-in programming and need help with the following scenario: I have an C# Excel automation add-in that calls a few UDFs. I want to do a user name and password check during when th
I have asked this elsewhere, but have never found anyone knows how to build an add-in for VBA IDE using VB.NET. Is it开发者_如何学Python even possible? Could someone point me to an example?It is possi