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

Compare dates of two cells in excel

I have dates in E2 and F2 cells of an excel.The dates are in MM/DD/YYYY fromat.I want to apply validation in such a manner that date in F2 must be greater then dates in E2 . In case of failure we should display an error. I am using Microsoft Office…
palak mehta
  • 696
  • 4
  • 13
  • 30
0
votes
1 answer

What are the changes for programmatically accessing Office 2010 documents (a.k.a Office 14)?

What are the changes for programmatically accessing Office 2010 documents (a.k.a Office 14)?
Roman Kagan
  • 10,440
  • 26
  • 86
  • 126
-1
votes
1 answer

Reinstall Outlook 2003 and use BCM2007, or any way to use BCM2003 on an exchange server?

I currently have Office 2007 with BCM installed on my new laptop, and it's getting annoying that Outlook 2007 seems to crash on a regular basis, which seems to be because I work from home and the data connection is unstable to the server. My two…
Paul Green
  • 111
  • 1
  • 11
-1
votes
1 answer

How to reduce size of image in powerpoint2007 with coordinates using C#?

slide.Shapes.AddPicture(pictureFileName, Microsoft.Office.Core.MsoTriState.msoTrue, Microsoft.Office.Core.MsoTriState.msoTrue, shape.Left, shape.Top, shape.Width, shape.Height).ScaleHeight(and, MsoTriState.msoCTrue, MsoScaleFrom.msoScaleFromMiddle);…
Ashwani
  • 81
  • 14
-1
votes
1 answer

how to move cluttered data from one cell of Excel and distribute to respective cells?

Is it possible to move the data from one row to the another following row in excel sheet? I want to sort the data in that following excel sheet only and move the data after the marking to the following cell. Is there any way or technique or a…
Yash Karanke
  • 764
  • 1
  • 15
  • 29
-2
votes
3 answers

Word Document with images File size

I am actually placing screen shots into the MS word document. When i save the document am not sure of which format the image is being considered. The size of the Document is becoming very large. Is there any option in MS word to save the document as…
Vinod
  • 31,933
  • 35
  • 96
  • 119
-2
votes
1 answer

C#/VS2010 generate new document in Word 2007 at runtime from a template

I am trying to translate a previously created Word 2007 ribbon set (8 tabs, about 150 buttons and 10 checkboxes) from VB done in VS2005 to C# in VS2010. The issue I'm having is that I'm unable to set the control for the buttons to open a new…
Spiznak
  • 15
  • 5
1 2 3
21
22