An add-in we make is causing the above problem on a Windows 2003 server, without any obvious cause. Both Word and the add-in appear to work correctly yet the message comes up and Word wants to disable
I am working on an Excel 2007 VSTO plugin that is throwing COM exceptions on the client but not when debug开发者_开发技巧ging on my development machine.
I am writing 开发者_JS百科C# with VSTO in Visual Studio 2008 in order to create an add-in for Office 2007.
I am trying to make a case to my bosses on why we should use VS2010 for an upcoming Excel Workbook VSTO application. I haven\'t used VSTO before but have used VBA. With 2010 just around the corner, I
How to focus a cell in Excel VSTO using C# or to select first cell开发者_StackOverflow using C# in VSTO?Here is one way:
In a VSTO add-in I\'m developing, I need to execute a method with a specific delay. The tricky part is that the method may take anywhere from 0.1 sec to 1 sec to execute. I\'m currently using a System
I built a Visual Studio 2008 setup Project wich depends on .NET 3.5. I added Prerequisites like: .NET 3.5, Microsoft office interoperability, VS tools for office System 3.0 Run time, .etc. After that
D开发者_开发技巧oes Visual Studio Tools for Office require Office to be installed in order to work with excel files?From the MSDN
I am developing a template based addin for Word 2003 which allows the user to drag and drop elements fro开发者_Go百科m a listbox into the word document. Unfortunately I\'m getting a really strange beh
In an Excel formula you can use =ISERR(A1) 开发者_JAVA技巧or =ISERROR(A1) In a VBA macro you can use IsError(sheet.Cells(1, 1))