Tagged Questions

For issues relating to Microsoft Office, version 2007.

learn more… | top users | synonyms

12
votes
17answers
2k views

Adoption of the Ribbon UI

Understandably the Ribbon UI doesn't suit every application, or even most of them, however I'm suprised so few developers have chosen to adopt it. Any ideas why? How much work would be involved for a ...
9
votes
3answers
4k views

Proper Install Order For Visual Studio 2010 with SQL Server 2008 and Office 2007?

I want to create a Windows 7 64-bit (Ultimate) virtual machine with: Visual Studio 2010 (Ultimate) Office 2007 Enterprise (with Visio 2007) SQL Server 2008 (with SSIS and SSRS) but I am not sure ...
8
votes
4answers
9k views

Parsing and generating Microsoft Office 2007 files (.docx, .xlsx, .pptx)

I have a web project where I must import text and images from a user-supplied document, and one of the possible formats is Microsoft Office 2007. There's also a need to generate documents in this ...
7
votes
5answers
3k views

Ribbon sample

I am using the WPF ribbon CTP from Microsoft. However, there is no sample. I am not sure where to start. The RibbonWindow does not have a property for the Ribbon. Does anyone have a sample that works? ...
5
votes
5answers
140 views

Reasons behind Office 2007 UI

Since most of the people having to change from Office 2003 to 2007 in their office are confused, it amuses me if there is an objective reason for abandoning the good old interface of previous Offices. ...
5
votes
6answers
2k views

Office 2007 Style UI Ribbons: DevExpress or TMS?

Who provides the better solution for this particular component?
4
votes
4answers
2k views

In VSTO Excel, how to detect data in cells?

I was wondering if anyone knew how to quickly detect whether there is data in a given worksheet or not, without actually looping through all of the rows/columns of the worksheet to figure this out. I ...
4
votes
1answer
973 views

Office 2007: Programmatically control Out-Of-Office assistant?

Does anybody know how to programmatically enable/disable the actual state of the out-of-office auto-responder in Outlook 2007? Already searched the object browser in VS 2008 and found the enumeration ...
4
votes
3answers
2k views

Documentation Resource for Office VBA developers

Where do I find helpful documentation for VBA programming? something like SitePoint for HTML development. MSDN simply lists down and describes the operation and properties/methods of classes instead ...
4
votes
2answers
4k views

How to save ImageMSO icon from Microsoft Office 2007?

I found a lot of nice icons from Microsoft Office 2007. Do you any idea for extract & save all icons as PNG files by using VBA? The following code is code which is used to get image from ...
4
votes
5answers
2k views

How well does SVN work for Office 2007 documents?

I'm considering using our SVN repository to manage all our documents. We mostly use Office 2007 (docx, xlsx) files. I thought the x was for xml but opening these files in notepad reveals a binary ...
4
votes
4answers
4k views

Is there any (real) Office 2007 look and feel for Java/Swing?

I'm aware of the Substance look and feels and that they have a Office 2007 look-a-like look and feel. But this look and feel doesn't look like the Office 2007 design at all, the colors are a lot ...
3
votes
2answers
81 views

Get text above table MS Word

This one is probably a little stupid, but I really need it. I have document with 5 tables each table has a heading. heading is a regular text with no special styling, nothing. I need to extract data ...
3
votes
3answers
2k views

Programatically configure Office 2010 Word Ribbon via VBA

Is it possible to configure a Ribbon (e.g. adding a tab etc.) in Office 2010 programatically via VBA? I.e. by writing VBScript code in a macro. Br. Morten
3
votes
2answers
1k views

Primary Interop Assemblies for Microsoft Office Applications

i'm trying to install Interop Assemblies for Microsoft Office on my web servers, for the use of reading word documents from my site, can i install just the Assemblies ? or the only way is installing ...
3
votes
1answer
232 views

“old format or invalid type library”

We have an application that, amongst many other things, has an export to Excel function. This uses the Excel COM interface and simply exports some data to a new sheet in Excel and formats it to look ...
3
votes
1answer
499 views

Is there a way to develop custom SmartArt?

Is there a way to develop custom SmartArt for PowerPoint. I'm not looking for a way to develop "fake" smart art, like add a bunch of shapes and then group them and copy/paste between presenations. I'd ...
3
votes
2answers
463 views

SharePoint and Forms Based Authentication Issue - Office Apps no longer work

We have several sites that use Forms Based authentication (FBA) within SharePoint. Many of them have been running for months without issues. Within the last week or two we have noticed the following ...
3
votes
1answer
105 views

Is it possible to add custom “napkin math” operators in OneNote 2007?

If you're not familiar with OneNote's "napkin math" feature, it allows you to type mathematical equations and have OneNote evaluate them on the fly (with a limited set of operators/functions). I'm ...
3
votes
1answer
2k views

Merge Word Documents (Office Interop & .NET), Keeping Formatting

I'm having some difficulty merging multiple word documents together using Microsoft Office Interop Assemblies (Office 2007) and ASP.NET 3.5. I'm able to merge the documents, but some of my formatting ...
3
votes
1answer
150 views

Some languages don't work when using Word 2007 Spellcheck from Interop

I'm using the Word 2007 spellchecker via Interop in a VB.net desktop app. When using the default language (English), it works fine. If I set the language to French via LanguageId, it also works. But ...
3
votes
2answers
576 views

How do you hyperlink to Word 2007 help pages?

I want to hyperlink to a page within the Word 2007 Object Model Reference documentation, that ships with Word 2007. These are webpages that use the ms-help:// protocol that Firefox cannot understand. ...
3
votes
2answers
140 views

Using Office 2007 PIA's against OpenOffice.Org

I have been using Office 2007 PIA's to run PowerPoint files in my C# application. I know that this requires Office 2007 to be installed on the machine. I wanted to know, can the same set up be run ...
3
votes
2answers
2k views

How to add content control in a word 2007 document using open xml

Hi I want to create a word 2007 document without using object model. So I would prefer to create it using open xml format. So far I have been able to create the document. Now I want to add a content ...
3
votes
1answer
398 views

How to disable conversion message when opening Office 2007 doc using Office 2003?

I am working on a C# application which opens Excel workbooks using Interop. It works fine except for one annoyance: when opening an Excel 2007 document on a machine using Excel 2003, a small message ...
3
votes
5answers
2k views

How to fall through a Select Case in Excel VBA?

Given Select Case cmd case "ONE": MsgBox "one" case "TWO": MsgBox "two" case "THREE": MsgBox "three" End select My requirement is if cmd = "ONE" I need "one" and then "two" ...
3
votes
7answers
5k views

reading docx (Office Open XML) in PHP

I want to add an word import function to our CMS, the only problem I cannot seems to find a good library for reading docx files (Word 2007). Do anyone has some recommendations, the library should be ...
3
votes
4answers
4k views

Is Office 2007 PIA deployment possible without Office 2007?

Does Office 2007 PIA also require Office 2007 to be installed? Can I deploy Office 2007 PIA with VSTO 3.0 (without having Office 2007 installed)? EDIT: I have a windows application that generates MS ...
3
votes
8answers
1k views

Vista, Office Interop not working

Does anyone know how to get the MS Office 2007 .NET C# Interop libraries to work with Vista? I have a .NET C# application that I have setup to run as a Windows service. This program will open up ...
3
votes
4answers
1k views

Office 2007 File Type, Mime Types and Identifying Characters

Where could I find a list of mime types and identifying characters for office 2007 files. I have an upload form that is restricting uploads based on extension and identifying characters but I cannot ...
2
votes
1answer
46 views

Excel 2010 equation editor object access through vba

In Excel 2010 the equation editor is not listed in the Object Browser. In Word, the object is called OMath http://msdn.microsoft.com/en-us/library/bb256563%28office.12%29.aspx. Maybe Excel uses a Word ...
2
votes
1answer
76 views

Get cell color in MS Word

in microsoft word I can open a document and get a text for a cell like this (office interop): app.Tables[1].Cell(2, 2).Range.Text; But I cannot find a property that can return this exact cell ...
2
votes
1answer
172 views

Outlook 2007 - VBA macro in NormalEmail.dotm

I have a Word 2007 template that I use as Normal.dotm, which has corporate theme, styles, etc., plus a tiny bit of macro code that overrides the default behaviour of the bullet & number buttons on ...
2
votes
1answer
126 views

Generate RSA coded string from Excel 2007

I need to generate RSA encoded string from Excel 2007 document using VBA, but have no idea how to do this(I have public key, string will be decoded in .NET). Please help. Thanks
2
votes
1answer
102 views

Excel data export fixing number errors/removing green triangles

After exporting data using a third party component the data in the excel sheet isn't type correctly. Excel thinks that some values are string while they are numbers and a little green triangle shows ...
2
votes
1answer
187 views

Cancel close outlook form region

I was wondering how you can cancel the closing of an outlook form region. I want to display a dialog to tell the user that the form is incomplete and a yes no option for continuing. But because ...
2
votes
0answers
2k views

How to introduce spell checker in Microsoft Office Communicator [closed]

I type fast and make a lot of typos. All this is in forums and chat gets ignored but in office on Microsoft Communicator, I make a lot of mistakes. So I'm making a spell checker. Right now I'm testing ...
2
votes
1answer
1k views

Is there an inverse mode for Microsoft Word? [closed]

I'm wondering if there's any way to invert the colors in Microsoft Office Word - that is, view white text on a black background. I mainly ask because I'm used to dark color schemes a la Notepad++ ...
2
votes
2answers
427 views

Alternative to WebDAV (what does docs.live.com use?)

Currently I have a simple WebDAV solution. However when using Microsoft Office it only plays well with IE. I'd like to know what alternative (and possibly in the same breath, what docs.live.com is ...
2
votes
1answer
324 views

Excel Add In development

I want to develop Excel Add-In using which i want to read data from its different columns and send them to my database. So can you suggest me good eBook or any website link which teaches the best add ...
2
votes
2answers
668 views

Excel “Refresh All” with OpenXML

I have an excel 2007 file (OpenXML format) with a connection to an xml file. This connection generates an excel table and pivot charts are using this table. I am trying to find a way with OpenXML SDK ...
2
votes
3answers
354 views

Repeating content with Office Open XML

I've been checking out what is possible with the Office Open XML specification for documents. I'm particularly interested in being able to add custom XML content to a document and binding it to ...
2
votes
1answer
151 views

Correcting Powerpoint 2007 XML Errors

I'm currently writing a process that generates Powerpoint reports programmatically from a given template using the MSXML library via VBScript. The only manipulation of the XML I'm doing is to ...
2
votes
1answer
157 views

How do I convert Word files to PDF using Word 2007 programmatically?

I used to convert Word documents to PDF via Word Automation: Enumerate the CommandBars until one containing "PDFmaker" was found, enumerating its controls and executing it. With Word 2007 this no ...
2
votes
1answer
140 views

Office Add-in to execute on save

I'm developing an Office 2007 add-in. I would like to have a piece of code execute whenever the user Saves a document. I'm principally interested in Word, Excel and PowerPoint, but I'd prefer to ...
2
votes
1answer
376 views

Visual Studio 2010 RC with Office 2010 and Office 2007 installed

I have Visual Studio 2010 installed on my Windows XP development machine along with Office 2007 Professional and Office 2010 Professional. I am trying to develop several add-ins for Office 2007; ...
2
votes
1answer
841 views

VBA Outlook Mail .display, recording when/if sent manually

My code displays a message with basic subject, body, attachment. Next the user manually updates and customizes the message and should send it. I want to record when (if) the email is sent. Is this ...
2
votes
2answers
434 views

Problem with Office 2007 MIME Types, they download as *.zip in IE all other Browsers ok

We have a custom CMS running on Tomcat, we added the following config: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx I can download those Excel 2007 Files without Problems ...
2
votes
2answers
558 views

Open XML SDK to edit Active document

Is it possible to use the Open XML sdk to manipulate parts of document which is currently open in the ofice app (word/ppt). I know the easiest thing is to use VSTO, but its slow and would involve ...
2
votes
1answer
417 views

How to build an Office Add-In without registering it on the build system?

We are building Office 2007 add-ins using Visual Studio 2008. Our builds are performed via a continuous integration server (one machine) that builds whenever we check in changes or manually request ...

1 2 3 4 5