Questions tagged [office-2003]

Questions about Office 2003 should relate to a specific programming problem. Add the tag for the programming language you are using to target an Office 2003 program, as well as the tag of the specific Office 2003 program.

Questions about Office 2003 should relate to a specific programming problem. Add the tag for the programming language you are using to target an Office 2003 program, as well as the tag of the specific Office 2003 program.

Microsoft Office 2003 is a suite of programs for office productivity.

It was released in a variety of bundles, including but not limited to:

  • Microsoft Office 2003 Home and Student (for academic use)
  • Microsoft Office 2003 Professional
  • Microsoft Office 2003 Standard
  • Microsoft Office 2003 Enterprise

Each one comes with a different suite of programs.

Related Tags:

82 questions
3
votes
1 answer

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 pops up saying "File conversion in progress". Does…
Mathias
  • 15,191
  • 9
  • 60
  • 92
3
votes
1 answer

Office 2003 PIAs with Office 2007

Is it possible to target Outlook 2003 in a vb.net 2008 Windows application when working on a system that only has Office 2007 installed on it? I downloaded the 2003 PIAs, but they wont install without Office 2003 installed first. The point is, I…
Ron Carran
3
votes
1 answer

Is it possible to hide the Web File Properties dialog in Office 2003?

We're implementing SharePoint 2007 but have Office 2003 as our client. This causes problems when editing metadata since custom field types like BDC columns aren't represented properly within the Web File Properties dialog in Word. To get around…
Roger
  • 269
  • 2
  • 12
2
votes
3 answers

How to get text from line number in MS Word

Is it possible to get text (line or sentence) from a given line number in MS Word using office automation? I mean its ok if I can get either the text in the given line number or the sentence(s) itself which is a part of that line. I am not providing…
nawfal
  • 70,104
  • 56
  • 326
  • 368
2
votes
0 answers

difference between PowerPoint 2003 and 2010 (ParagraphFormat.Alignment)

What we do: We create powerpoints documents for Powerpoint 2010 and Powerpoint 2003. Where the problem is: Lables created with following sourcecode appear different in Powerpoint 2010 and Powerpoint 2003. This error only occurs with lables with…
Markus R.
  • 58
  • 10
2
votes
1 answer

Combination button/dropdown in office

How do I add a combination button/dropdown in office (see below). Preferably with code. Update: If it helps any, code isn't needed.
Arlen Beiler
  • 15,336
  • 34
  • 92
  • 135
2
votes
1 answer

Retrieving the COM class factory for component with CLSID {00020906-0000-0000-C000-000000000046} failed due to the following error: 80070005

I am getting the above mentioned error when my web service tries to open MS word document programatically through my .net webb service. When I run web service through visual studio, it works fine but when I deploy web service on IIS 7, I get the…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
2
votes
1 answer

Can we use Open XML format for office 2003 files?

I want to read MS word files which were created using older office tool (office 2000 or office 2003). Currently I am using Office.Interop API with C#, but this API is slow and buggy. It throws COM exceptions which are somewhat difficult to…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
2
votes
0 answers

Outlook Crashes with Event ID 1000

We deployed a VSTO addin for outlook 2003. After installing the addin one of the user's outlook crashes when a contact is opened, i.e, when ItemProperties of the contact are read.Some theses properties are read using MAPI.There is no exception being…
Deepak N
  • 2,561
  • 2
  • 30
  • 44
2
votes
2 answers

turning off the squiggly lines for code

How do I turn off the red and green lines that appear under the grammer and spelling errors??
Justin
  • 4,461
  • 22
  • 87
  • 152
2
votes
2 answers

Strange behaviour using Drag and Drop in word 2003 automation in headers

I am developing a template based addin for Word 2003 which allows the user to drag and drop elements from a listbox into the word document. Unfortunately I'm getting a really strange behaviour when trying to drop elements in the document's…
Oliver Hanappi
  • 12,046
  • 7
  • 51
  • 68
2
votes
1 answer

Outlook 2003 removes all images except first from html mail

So, I'm doing an html mail for a company, and am having some trouble with Outlook 2003. If I inject the html into gmail with the element inspector, or insert the html with thunderbird, I have no trouble at all. Everything is sent correctly, and…
Ishkur
  • 75
  • 1
  • 8
2
votes
2 answers

VSTO Development with Office 2003 and 2007 installed side-by-side?

Does VSTO 3.0 (using Visual Studio 2008) support both Office 2003 and Office 2007 installed side-by-side on a single development computer so that both Office 2003 and Office 2007 can be targeted (in separate solutions)? I have seen conflicting…
user265445
  • 341
  • 1
  • 4
  • 11
2
votes
2 answers

Sending Email with Late Binding Error Through VBA

I'm trying to use a late binding to email from VBA in Access 2010 and Access 2003. 2003 gives me 'Could not complete the operation. Once or more paramet values are not valid.' and 2010 gives me 'Invalid procedure call or argument.' I've done the…
Grant
  • 903
  • 1
  • 16
  • 24
2
votes
1 answer

Microsoft Outlook Object Library in Access VBA

I've already referred to this posting here about late bindings, but I'm not sure if it has answered my question. I'm forced to switch between XP's Office 2003 and Win 7's Office 2010 using Access VBA. If I edit in 2010, then 2003 cannot open the…
Grant
  • 903
  • 1
  • 16
  • 24