Tagged Questions

1
vote
3answers
69 views

excel programming

I am new to Excel programming. What are the differences among UDF, Macro, Add-in, Automation Add-in, XLL, VSTO which one I should use and under some circumstances? Thanks!
1
vote
1answer
36 views

How can I get the Range of filtered rows using Excel Interop?

I'm using Excel Interop assemblies for my project, if I want to use auto filter with then thats possible using …
3
votes
3answers
130 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 …
1
vote
1answer
17 views

VSTO, Outlook.exe.config, and <supportedRuntime>

I've created a VSTO 2.0 SE add-in for Outlook 2007. Usually, it installs no problem on end-users' machines, but sometimes they have an outlook.exe.config file next to Outlook.exe which specifies that …
0
votes
0answers
12 views

Detecting when a Windows Form control on an VSTO Excel worksheet becomes deactivated

I'm building an Excel 2003 VSTO workbook level customization and have placed windows forms buttons and comboboxes on the worksheets. I also have a freeze pane set on the sheet that divides the sheet …
0
votes
2answers
38 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 …
0
votes
1answer
29 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
12 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 …
0
votes
2answers
34 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 …
2
votes
2answers
56 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. …
0
votes
1answer
11 views

outlook plugin to catch compose mail events

I got an adjoining formregion in the compose mail form and i dont find the way to intercepts the form events like the drag and dropping of a file inside the message or the insertion of a text. NB: Ms …
0
votes
1answer
45 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 …
2
votes
7answers
127 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 …
3
votes
4answers
120 views

Convert Word doc file to docx on a server without Word

I would like to use c# to convert a doc file to docx file. Can this be done without Word on a server?
0
votes
2answers
23 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 …

1 2 3 4 5 20 next
15 30 50 per page