0
votes
1answer
25 views
Avoid Microsoft Office SDK installation as part of my app
Hi All,
I have created a VSTO visual studio application in Visual Studio 2008. It's working fine and I wanted to create a installer for the same using Publish option. Now, I see that it creates the …
0
votes
1answer
8 views
How to customize save behaviour in Word using VSTO
Fundamental question on how to get the bits to work together: I've not used VSTO before and after 4 hrs of searching I've decided to ask!
I want to create a simple AddIn for word that will execute …
2
votes
7answers
113 views
Architecture Q - VBA Excel Macro or VS Tools For Office?
Hello,
I have requirements from our client where we basically have to 'parse' PDF files from various different sources.
The solution we have come with, as 'phase 1' (as we have short time to market …
0
votes
5answers
695 views
beginner tutorials for Excel Programming in C#
i'm having 3 years of exp working with excel vba. Now i want to port to excel programming using .net and C#, where can i find learning resources to get up to speed with the equivalent way in C#?
…
0
votes
1answer
14 views
Is it possible to add controls to the Existing reading pane in the Outlook?
I know a lot of ways how to extend Outlook and add new Reading Panes and Inspectors to the Outlook, but what really bugs me is how to extend and modify the existing reading panes?
I'd like to add …
0
votes
1answer
23 views
Unable to install a VSTO excel 2003 AddIn
I developped a VSTO SE Excel 2003 add in.
When launching and debuging the add in from visual studio, it works well.
But when I try to deploy it from my own install it never works.
To sum up, here is …
0
votes
1answer
19 views
VSTO - Outlook 2007 - Display form before send message???
Hi,
I'm new to Outlook add-in programming and not sure if this is possible:
I want to display a pop-up form (or selection) and ask for user input at the time they click Send. Basically, whenever they …
1
vote
0answers
12 views
Adding a section to the To-Do bar in Outlook 2007/2010?
I would like to add a new section to the To-Do Bar in Outlook 2010 (or 2007). I found some code to create a new collapsible task pane and someone claiming you can't modify the To-Do bar, but I also …
0
votes
1answer
29 views
Adding a Tab to the Outlook 2010 Ribbon?
I'm trying to create an Outlook 2010 addin that adds a new tab to the ribbon. I found out how I can add my groups to an existing tab by setting the OfficeId to "TabMail" or something built-in, but I …
0
votes
2answers
21 views
Access Document Stream from Office Ribbon Code
I am attempting to write an add-in for Microsoft Word 2007. I'd like to create a Ribbon Button that when clicked, gets a FileStream for the current or active document. I would assume that is possible …
0
votes
1answer
7 views
Is it possible to intercept Outlook Categories events?
Is it possible to intercept when user creates, renames or deletes a category in Outlook?
0
votes
0answers
10 views
How to programmatically enable the “Options…” button in the MS Word Print Setup dialog
I'm trying to display the MS Word "Print Setup" dialog in a VSTO AddIn for Microsoft Word 2003. I can display the dialog box, but the options button at the bottom left corner of the dialog is always …
2
votes
2answers
45 views
monitoring a range of cells inside of excel 2007 with C#/VSTO
I have a row in excel I'd like to translate into an ObserveableCollection in C# for binding/event purposes, so all accessor classes know they're getting the latest data from the source excel sheet. …
2
votes
5answers
510 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 and then use the …
0
votes
1answer
98 views
Dynaimcally Customizing the Built-In Office 2007 Ribbon
I'm trying to dynamically customize the built-in Ribbon Controls on an Office2007 ribbon by adding C# objects such as RibbonTab, RibbonGroup, RibbonControl to the Ribbon. I have been unsuccessfull in …
