Questions tagged [office-2007]

For issues relating to Microsoft Office, version 2007.

Microsoft Office version 2007 is a suite of programs for office productivity.

It was released in 2007 and comes in a variety of configurations, including but not limited to:

  • Microsoft Office 2007 Home and Student (for academic use)
  • Microsoft Office 2007 Professional (includes Microsoft Access)
  • Microsoft Office 2007 Small Business

Each one comes with a different suite of programs.

It is expected that questions about Office 2007 relate to a specific programming problem. Use the tag for the programming language you are using to target an Office 2007 program, as well as the tag of the specific Office 2007 program.

Related Tags:

Links:

322 questions
0
votes
2 answers

how to change ActiveWindow.ViewType to ppViewThumbnails in PowerPoint using vba

ActiveWindow.ViewType = ppViewThumbnails Above code run to following error message: "DocumentWindow (unknown member) : Invalid enumeration value." Help please
kagen88
  • 7
  • 3
  • 5
0
votes
1 answer

Re-size an image in Office Picture Manager

want to change the pixel for my image to 951x211.when type in 951x211 it automatically display as 594 x 211.want to put my image as a banner in my Home Page
Tukai Nancy
  • 127
  • 1
  • 4
  • 12
0
votes
1 answer

Word 2007 multiple BeforeClose event handling

I have office 2007 installed on the windows 7 platform. In the Word application exists our supplier's add-in that catches BeforeClose document event and asks customer the question before exitting. Now, I developed MY custom add-in that also catches…
0
votes
1 answer

Restrict MS Word Content Control Functionality

I have a MS Word document and that document has multiple content control. When user copies entire data from one content control to another sometimes it copies content control itself with data and when user pastes data it creates nested content…
Raheel
  • 595
  • 8
  • 21
0
votes
1 answer

Is there a PowerPoint equivalent of Word's ToggleRibbon? Or another way to accomplish the same thing?

[In Office 2007+, you can cause the ribbon to be minimized so that only the tab names are shown, which makes it look a bit like a menu bar. The full ribbon is then only shown when you click on a tab. This ribbon state is what I'm trying to…
Gary McGill
  • 26,400
  • 25
  • 118
  • 202
0
votes
1 answer

How to switch the highlight color to yellow for text that will be typed in Word 2007?

In a VBA-Macro in MS Word 2007 I want switch the text highlight color to yellow for the text that will be typed next at the cursor position. If I want to change the color of the currently selected text, I can do that with…
MostlyHarmless
  • 445
  • 2
  • 11
  • 21
0
votes
1 answer

Copy entire worksheet contents into already open Word document

I have two partial working bits of code to put together. I have a worksheet labeled 'word' that I want to export and save automatically under a variable. Sub CreateNewWordDoc() Dim wrdApp As Word.Application Dim wrdDoc As Word.Document Dim i As…
kamelkid2
  • 524
  • 3
  • 14
  • 29
0
votes
1 answer

Excel opening doesn't work with reuters module giving 'compile error'

I have Compile error in hidden module: wkbModel when I try to open Excel (I'm running win xp pro 2002 sp3 with office 2007). I tried to disable the modules and found that the one causing the problem is Power Plus Pro Excel v5.1 by Reuters. Of course…
Gabber
  • 5,152
  • 6
  • 35
  • 49
0
votes
3 answers

ClickOnce app not working with Office 2007

I am a developer for a .net application that uses ClickOnce for deployment. I have deployed it over 60 times and computers have not had any issues downloading the latest release. However, when I deployed this morning, the following error occurs when…
Paul
  • 18,349
  • 7
  • 49
  • 56
0
votes
2 answers

How to view text of merged cells when filtering another cell?

The two columns look like on this image. When I want to show only the cells which contain a letter 'b', I can no longer see the text "Title1" and "Title2" which is normally visible in the column B. I guess although the cells in column B are…
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
2 answers

Saving Excel 2007 documents

In .NET C# I'm trying to open an Excel template, add some data and save it as a new document. I'm trying to use the OpenXML document format. I can't seem to find any guidance on how to do this. Seems like all the documentation talks about how to…
Weej
  • 1,012
  • 2
  • 8
  • 24
0
votes
4 answers

How do I open Office 2007 files stored on a website?

I have a website where people can upload documents, and view them later at their convenience. I store the binary info along with the mime type in my db, and later just stream the binary content straight to the browser. This works for for every file…
Esteban Araya
  • 29,284
  • 24
  • 107
  • 141
0
votes
1 answer

How to make Web service "page" which can be data source for Ms Office Excel 2007

In MS-Excel under the Data tab there is button "From WEB". Ill love to try make my web-service (web-page ) which can supply data for Sheet. Where I should start looking and what kind of web service, page EXCEL can import using this method. Ill love…
adopilot
  • 4,340
  • 12
  • 65
  • 92
0
votes
1 answer

Word 2007 xml image information

I want to know the elements which store information regarding an image in a Word 2007 xml file. (such as height, width, visibility, etc.). In Word 2003 xml I could find it is shown as follows within v : shape tag.
harsh
  • 2,399
  • 9
  • 29
  • 47
0
votes
2 answers

How to deploy custom Office 2007 themes to multiple users

Folks, As part of our customization to MS Office 2007, we developed a number of custom theme files (.thmx). The only way we now to deploy the custom theme is to copy them into %appdata%\Microsoft\Templates\Document Themes, for each user to allow the…
essamSALAH
  • 641
  • 2
  • 8
  • 15
1 2 3
21
22