I\'m using Excel开发者_运维技巧 Interop assemblies for my project, if I want to use auto filter with then thats possible using
I\'m trying to display the MS Word \"Print Setup\" d开发者_如何学运维ialog in a VSTO AddIn for Microsoft Word 2003. I can display the dialog box, but the options button at the bottom left corner of th
I got an adjoining开发者_Go百科 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
Is it possible to intercept when user creates, renames or deletes a category in O开发者_StackOverflowutlook?Sorry, there are no events to hook to monitor the Categories collection.
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 fr开发者_StackOverflow社区om
All, Cannot I have created a Word2007 Document Project and I\'m trying to retrieve the content controls on the page via the GetVSTOObject method but it can not find the Microsoft.Office.Tools.Word.E
I\'m doing a Excel 2007 VSTO template where I load a worksheet with between 10.000 to 15.000 rows of data,and was counting on using the built-in excel cell auto-complete to speed future data entry. Ne
My configuration is windows server 2003 (i\'m logged in with admin privileges), office 2003, vtso runtime 2005 se. After installing my addin, all registry keys are in the correct locations and I have
I\'m trying to read the ActiveCell from within an Excel Add-in but not getting very far. Anyone any ideas?
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 se