0
votes
1answer
32 views

Implementation of a custom menu for Office 2003 and Office 2007 (2010)

How can I define a custom menu (part of an addin) programmatically for Word 2003 and Word 2007 with the Visual Studio Tool for Office respectively .NET? The problem ist, that in Office 2003 there are ...
0
votes
0answers
73 views

Lync - Hide how long I'm offline or away [closed]

I just wondered if it is possible to disable the "feature" in Lync that everyone in my contact list can see since when I'm away, offline etc. (the text next to the name - e.g. away, for xx hours) ...
1
vote
1answer
199 views

Applescript: Close Word document? (Office 2011)

i'm simply trying to close a document (without quitting word), but this does not work. I've tried : close documents saving no close active document close document 1 but none of this is working.. ...
0
votes
2answers
635 views

Excel, WorkSheet_Change gives Sub or Function not defined

I'm trying to create a bit of code that resets a cell when another cell changes. There are three drop down cells and each cell is dependent on the cell before it (B3 is dependent on B2 and B4 is ...
0
votes
1answer
470 views

Using VB.net to Display an Excell File preserving Formating

I have a project that has a need to display a Excel file in second window, but because other controls are needed, simply launching excel is not sufficient. Right now I do not know if the target ...
4
votes
1answer
1k views

Compatibility between MS Office Excel 2007 & 2010 Add in

I'd like to know if there's any way to develop, in example, an Excel add in for office 2007 that will work on office 2010? (Or a 2010 add in on 2007) How should I do that? Have you got some examples ...
0
votes
1answer
341 views

excel comparison in c#

I am comparing two excel files cell by cell in c#. I want to color those cells which are not matching in the target file. How can it be done without creating another file..
1
vote
1answer
2k views

Read (and write) Office document custom properties without automation

I am looking for a solution for reading (and possibly writing) custom properties of Office documents (both old and new formats) without resorting to Office automation. I have found Dsofile.dll which ...
0
votes
2answers
7k views

Creating an Excel chart that uses data from multiple sheets

Consider the following case: I have a single Excel workbook with 4 sheets in it. Each sheet represents one quarter of a year. Each sheet contains 2 columns: Date Revenue I now want to create a ...
0
votes
1answer
558 views

Custom Backstage View Tab like standard tab FileNew

I want to design own custom backstage view tab that has desing like standard tab FileNew. How can I (and can I at all) use such tab elements like scrollable button set or large borderless button with ...
3
votes
3answers
6k views

“Office 2010 Add-In: Icons Gallery” - How to extract icons from backstage tab (docx)

I downloaded "Office 2010 Add-In: Icons Gallery" that is docx file with two backstage tabs that hold icons. How can i extract the icons or use them in my application? thanx
1
vote
2answers
2k views

Open word 2003 (doc) file using open xml file format API

I would like to know whether its possible to open Open word 2003 (doc) file using open xml file format API? like office 2007. I have one windows service through which I am trying to open and edit doc ...
1
vote
2answers
2k views

Hide/unhide ribbon for Microsoft RIbbon for WPF release

MS officially released MS Ribbon for WPF. This release doesn't support theming, it comes with a default blue theme, Office 2010 look&feel. Office 2010 has a button that allows users to hide/unhide ...
1
vote
1answer
36 views

MS Word - Work with two VBEs at once

I've just taken over maintenance of some pretty scary legacy vba at work. When I have spare time I'm essentially restructuring and rewriting it in new templates. Every now and then, I've managed to ...
4
votes
2answers
2k views

What is the difference between Office Automation, VSTO, and Open XML SDK?

What is the difference between Office Automation, VSTO, and Open XML SDK? Do we need all of them or some of them are obsolete?