Enter Keywords:
1 - 10 of 32(0.018 seconds)
Sort By:
 
Our company has been working on an Outlook AddIn using VSTO which has a number of issues which we have not been able to resolve yet. We would appreciate any insight or assistance you can offer. ...
Zones: VSTO, Outlook Groupware, ...Date Answered: 11/13/2008 Rating: 6.2 Views: 0
Our company has been working on an Outlook AddIn using VSTO which has a number of issues which we have not been able to resolve yet. We would appreciate any insight or assistance you can offer. ...
Zones: VSTO, Outlook Groupware, ...Date Answered: 11/13/2008 Rating: 6.2 Views: 0
Hi - Basic question: How can I iterate through the items in a Pivot Table report filter? So lets say a pivot table contains a "Car Model" report filter with elements such as "Chevy", "Olds",...
Zones: MS Excel, VSTO, MS Visual C#Date Answered: 11/01/2008 Rating: 6.6 Views: 10
Using C# in a VSTO project. Can't seam to figure out how to list the names of the macros so user can select form them in a list box.  I thought this would get me close but can't get it figured o...
Zones: VSTO, MS Excel, C#, M...Date Answered: 04/25/2009 Rating: 8.4 Views: 0
I am pretty sure that the key is a listObject but I cannot figure out how to create one in code. Here is my Setup: Visual Studios 2008 Visual Studio Template: Excel 2007 Addin Code Executed f...
Zones: VSTO, .NET Framework 3.x, MS Visual...Date Answered: 09/30/2008 Rating: 6.4 Views: 79
I'm working on a Word 2007 add-in using VSTO and C#. I want to read and write custom document properties. I managed to write custom properties eventually, I can't find a way to read them however. B...
Zones: MS Word, C#Date Answered: 05/21/2009 Rating: 7.6 Views: 78
I have an application that comes with an Outlook Addin. I have been ASSUMING that I need to write an addin for both Outlook 2003 and Outlook 2007.  Is this true?  They are exactly the same code,...
Zones: C#, VSTODate Answered: 06/13/2009 Rating: 9.3 Views: 0
Hi, I'm developing an Excel add-in, and I'd like to parameterize the autocompletesource of a Textbox to use values from the column of a worksheet. The problem is that the Excel file is always...
Zones: VSTO, C#, MS ExcelDate Answered: 08/01/2009 Rating: 9.1 Views: 13
Hi, I've created a custom tab in Excel ribbon with VSTO, and I'd like to change the text of a label placed in this tab from my add-in code (when user presses the button BtnCHangeWbDest, an input...
Zones: VSTO, MS Excel, C#Date Answered: 07/09/2009 Rating: 9.2 Views: 0
I have a form with a button on it. If I click the button another form is opened Form2 f = new Form2(); f.ShowInTaskbar = false; f.Show(this); If I move to another application opened and retu...
Zones: C#Date Answered: 06/24/2009 Rating: 8.5 Views: 4