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
1 answer

Command line switch for Word that will set the SaveAs Path

I am looking for the switch that will set the default SaveAs path for a word document when calling it from the command line. It seems like the /p parameter exists for Excel but I haven't found any similar switch for WinWord. Does it exists?
Kasper
  • 1,710
  • 2
  • 17
  • 31
0
votes
1 answer

powershell - MS-Word document parsing - Get a table's caption text

I am parsing a word 2007 using powershell. I would like get each table's caption and print it to screen. Here is an idea of what I would like to do, but the print caption line does not work. $wd = New-Object -ComObject Word.Application $wd.Visible =…
Justin
  • 839
  • 1
  • 16
  • 24
0
votes
1 answer

Solve OLE DB Connection without install Data Connectivity Components

Is there a way to solve the problem of OLEDB Connection (microsoft.ace.oledb.12.0' provider is not registered on the local machine) without install Data Connectivity Components while reading an excel file . Please Advise.
Mounir
  • 281
  • 3
  • 10
  • 25
0
votes
1 answer

How to develop an outlook 2007 custom action?

I need a custom outlook rule action: "Save the email attachments to DB", for this action the attachments in that email will be automatically saved to DB. I find a topic at MSDN Outlook 2007 Sample Add-ins: Rules Add-in, Travel Agency Add-in, and…
Liu Peng
  • 1,226
  • 2
  • 11
  • 13
0
votes
1 answer

Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/a/a/a/a;

I use OliveDocLibrary to display DOC, XLS and PPT,when I add OlivePhone-OliveOffice-excel-android-4.0.3-universal-trial-1.0.2.jar,it can work, can display xls;but when I add olivephone-sdk-ppt-android-1.6-universial-trial-1.0.0.jar,it…
0
votes
2 answers

Office 2003 PIA Prerequisite in the .Net framework and Office 2007

What happens when the Office 2003 PIA prerequisite and launch condition in a Windows installer are run against an Office 2007 system?
bill_the_loser
  • 185
  • 1
  • 4
  • 13
0
votes
1 answer

How to reply to an Outlook mailitem using .net

I am writing an Outlook 2007 Add-in which composes a business quote in response to an email query. I compose the quote using Windows forms. Everything works fine until I get to the point of replying to the original message with the quote…
Jon
  • 703
  • 3
  • 15
  • 34
0
votes
0 answers

Changes in Powershell in using Office automation?

On the old machine (Windows 2008) I have: PS P:\> $psversiontable Name Value ---- ----- CLRVersion 2.0.50727.3623 BuildVersion 6.0.6002.18111 PSVersion …
grom
  • 15,842
  • 19
  • 64
  • 67
0
votes
1 answer

Detect which save function the user chooses in Office2007 using Word VBA

I'm writing a custom Word template which does some processing upon saving the current document. In Office2007, to save a document you can use the Save and the Save As functions, and handle the events with the FileSave and FileSaveAs macros. But when…
Steve
  • 2,510
  • 4
  • 34
  • 53
0
votes
4 answers

Excel VBA Charts -> range select using "Cells" in within Charts

I'm trying to modify an existing VBA code (Excel) which makes Chart graphs, and make it more flexible. I know that the following pieces of code do basically the same thing: Range(Cells(12, 2), Cells(15, 2)).Select is more or less identical to:…
PeterKallus
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

Integration with Office 2007 VBA and Visual SourceSafe

I'm wondering if there's a way to manage VBA code authored in Excel 2007 using Visual SourceSafe? Office XP and 2000 apparently had 'developer additions' that supported this (e.g. http://msdn.microsoft.com/en-us/library/aa164419(office.10).aspx). Is…
user190341
0
votes
4 answers

Cannot open Office 2007 files from browser in ASP.NET application

I have an ASP.NET web page that opens a requested file and writes it into response so that file is supposed to open in browser. It works fine, but with Office 2007 file types (.xlsx, .docx, ...) does not work properly. Basically, it returns…
German Latorre
  • 10,058
  • 14
  • 48
  • 59
0
votes
1 answer

Add header and footer macro

I need to make a difficult makro. When the makro has been activated (will happen via a button), it has to add a header and a footer to the document. Also page1/frontpage needs a different header and footer than all the other potential pages. So far,…
CasperT
  • 3,425
  • 11
  • 41
  • 56
0
votes
3 answers

Excel change column format using macro

If there is word COST in column name then change the column format to currency using macro for excel. like if column name is - "Final Cost" or "Total Cost" or "Item Cost" then change column format to currency. Thanks
Maddy
  • 907
  • 3
  • 10
  • 25
0
votes
1 answer

Ungroup powerpoint objects of a jpg image

Is there a way to ungroup objects of a saved powerpoint jpg file ? like a rectangular shape over a text made using powerpoint and saved image as jpg , is there a way to separate rectangular shape and review the text ?
Bilal Sulaiman
  • 111
  • 1
  • 2
  • 5