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.
...
http://www.experts-exchange.com/Microsoft/Development/VSTO/Q_23889897.html
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.
...
http://www.experts-exchange.com/Microsoft/Development/VSTO/Q_23889903.html
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",...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
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...
http://www.experts-exchange.com/Microsoft/Development/VSTO/Q_24350235.html
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...
http://www.experts-exchange.com/Microsoft/Development/VSTO/Q_23775802.html
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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/...
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,...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24482372.html
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...
http://www.experts-exchange.com/Microsoft/Development/VSTO/Q_24548855.html
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...
http://www.experts-exchange.com/Microsoft/Development/VSTO/Q_24552997.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24505679.html
Zones:
C#Date Answered: 06/24/2009 Rating: 8.5 Views: 4