0
votes
2answers
37 views
How to automate the testing of Outlook Add-In?
I have an Outlook Addin developed in C#,VSTO and has a lot of unstructured code and very huge in size. every time there is a modification / Update ,I have to Manually test it from …
0
votes
0answers
14 views
unable to create specified activex control - shared add in error
I have developed shared add-in using VS 2008 and it is working fine for Office 2007 on my development machine but when setup is installed on another machine(WindowXP), I am getting …
0
votes
0answers
16 views
Find out what outlook items are opened?
Under MS exchange system manager, you can see current logons for an store (in my case a public store). You can add a column called "Open Messages". Is there any way to tell what th …
2
votes
4answers
240 views
C# Excel import data from CSV into Excel
How do I import data in Excel from a CSV file using C#? Actually, what I want to achieve is similar to what we do in Excel, you go to the Data tab and then select From Text option …
2
votes
11answers
314 views
Reason not to use LINQ
Are there any good Reasons not to use LINQ in my projcts? We use .Net 3.5 and VSTO 3.0.
1
vote
2answers
49 views
VSTO Programmatically adding a new worksheet based on an existing one.
Hi All,
I currently have a C# Workbook-level Office 2007 Addin that has a Worksheet added at design-time where I have added methods and properties to the Worksheet derived class. …
0
votes
3answers
45 views
VSTO Outlook Add In Problem
I am running into problems with an Outlook Add In I created. Somehow Outlook doesn't shut down properly. I've seen all the postings about using ReleaseComObject and such.
==== UPD …
0
votes
2answers
26 views
How to get the screen position of an active workbook?
I would center a form in an ActiveWorkbook, how to get the screen/window position of the workbook?
0
votes
1answer
29 views
VSTO find ContentControls of a Word Document
Is there a way to find all ContentControls of a WordDocument (including ContentControls in Headers, Footers, TextBoxes ...) using VSTO?
Microsoft.Office.Tools.Word.Document.Conten …
0
votes
1answer
18 views
VSTO in Excel: The customization does not have the required permissions to execute.
At the very beginning.
Created a new Excel Workbook from VS2005.
Try to save it? Cannot access the .xls file.
Try to run it? same error, plus the customization permissions error …
0
votes
1answer
22 views
Tab order VSTO Excel
I'm looking through some VSTO excel code and there seems to be a major wheel reinvention swtich statement in an event handler which is attached to every control (text boxes, combos …
0
votes
0answers
14 views
How to upgarde VSTO Excel addin 2003
Upgrade is available for Excel 2003 addin? Is the ClickOnce manifest feature is avalibale with VSTO Excel 2003 addin?
I am working on VSTO Excel addin 2003 and I have published th …
0
votes
1answer
23 views
Is there a list of IDs for the Outlook MAPI namespace?
I'm working on an Outlook add-in and I'm looking for a complete list that relates that MAPI properties to there names that is a little less vague than this.
There is plenty of doc …
0
votes
2answers
57 views
VSTO: can’t open another Excel file, while first file is blocked by modal window from Add-in
We can't open another Excel file, while first file is blocked by modal window from our Add-in. Closing the dialog window unfreezes all pending file opens.
Excel version is 2007. I …
0
votes
1answer
36 views
How to identify a formula of cell contains defined names in Excel by using VSTO?
Hi folks,
Is there any way to identify a formula of excel cell contains defined names by using VSTO?
Or is there any way to replace the defined Excel.Name in formula of a Excel c …
