0
votes
3answers
44 views
Read the ActiveCell content in Excel using VSTO
Hi there,
I'm trying to read the ActiveCell from within an Excel Add-in but not getting very far. Anyone any ideas?
Excel.Window W = this.Application.ActiveWindow as Excel.Window …
0
votes
1answer
20 views
Unable to call method: GetVstoObject
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. …
2
votes
6answers
78 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 s …
0
votes
1answer
25 views
How to find the named range of a cell - VSTO
I have generated a series of rows using C# and VSTO. I have basically loaded a couple of rows with data and have given each cell a NamedRange. My question is how would I, knowing t …
0
votes
0answers
15 views
What background colors for pre-2007 toolbars in Office applications should I use?
I am building an app that has a toolbar for Excel 2003 (and earlier). The toolbar requires BMPs which means not transparencies.
How does this work? Do I pick a grey or blue that m …
1
vote
1answer
21 views
How-to: Run existing Word VBA Macros from C# Ribbon Addin
Background: I have an extensive set of specialized VBA macros used in Word for document formatting purposes. In Word 2003, these macros were activated from a customized toolbar. I …
0
votes
0answers
19 views
VSTO 3.0 Excel 2007 Addin Tab doesn’t display
This is a very odd problem I've found. I have written and successsfully deployed a VSTO 3.0 Addin for Excel 2007. The problem is that the Tab for the Ribbon only shows up on NEW in …
0
votes
2answers
68 views
Programmatically generating Excel workbook with pivots and charts
I need to create a workbook which has a raw data on a sheet and a pivot table on another sheet. The pivot is created from the raw data. Then I need to create a chart with this pivo …
1
vote
1answer
16 views
Shared code between two outlook VSTO addins
We have a situation where we will have two VSTO Outlook add-ins which both start off with some common shared code, but the shared code will probably diverge over time. Ideally, we' …
0
votes
1answer
17 views
deleting named ranges in VSTO
I have a VSTO spreadsheet, and have re-jigged the front end. I need to change some named ranges to reflect this.
Couldn't see a good way of doing this, so I created other named r …
0
votes
0answers
13 views
WPF Form Toolbar Short cut keys in Outlook 2003 VSTO addin
Hi,
I am working on a outlook 2003 addin(using VSTO), which launches a wpf window. I have added menus and tool bar on this form and assigned shortcut keys for them.The problem is …
0
votes
0answers
11 views
Security policy differences between Outlook AddIn 2003 and 2007
I have written a managed AddIn for Outlook 2007, and am now tasked with porting it to 2003.
The addin downloads DLLs into the local user profile folder, then reflectively loads the …
0
votes
0answers
28 views
Outlook 2007 AddIn cannot move, or delete MailItem from Drafts folder
I have tried many permutations of the same code, and always with the same result - the Outlook 2007 AddIn seems to be unable to remove the MailItem from the drafts folder - so a 'm …
1
vote
0answers
31 views
Is there a future for Powerpoint VBA/VSTO?
Does anyone know what the future holds for VBA/VSTO programming in Powerpoint? I've been working on a Office automation project and find it frustrating to work with Powerpoint in …
0
votes
1answer
23 views
Check and register Outlook as a default mail client programatically
I'm developing a VSTO add-in for outlook. One part of this addin is a welcome screen that appears after first launch and on this screen I want to check if Outlook is a default mail …
