I have 2 VBA macro codes that run in Outlook 2007. Search and replace text by clicking a button in Compose Mail Window
I have created a project , which creates MS word Addins ,after that i creat开发者_JAVA技巧ed the set up project of it , but the problem is when i install that setup the word addins are not loaded .
I am considering implementing an Excel add-in using COM (not VBA) that will manipulate 开发者_开发问答data in the worksheet.
My addin was xla, now I use excelDNA, so it becomes xll, When I open spreadsheet built in previous version of My addin,
I have a VSTO Outlook 2007 Add-in. I have to check whether Outlook is Offline / Online with exchange server. I am using the code as below:
I have a small vs addin which looks for projects inside a solution and does a few stuff with it. I collect the projects like this:
from my understand, in order to write adobe plugin, we have to use c+开发者_运维问答+ and the adobe sdk to write the adobe plug ins.
What is a nice way to install Excel addins? I want to easily push out Excel addins and it\'s dependent files tha开发者_Go百科t can all be stored in one directory. I want the users to get a never vers
I\'d like to have an Add-In in Visual Studio 2008 that will auto-generate some code as a partial class in C# for an existing开发者_StackOverflow class but I don\'t know where to start.
I have a custom ribbon tab, created through a Word Add-In. I would like to add some controls from a third-party (not Microsoft) ribbon. I believe that using the \"idQ\" attribute is the way f开发者_St