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

Creating Excel file in C# gives and error in Office 2003

I am creating an application that creates an Excel file when a button clicked without saving it, it works fine in my local machine while there is Microsoft Office 2007. The problem that when I put this application on server which has Microsoft…
Seem
  • 271
  • 1
  • 10
1
vote
1 answer

Visual Studio 2010 add Outlook 2003 project template

I have installed Visual Studio 2010, and I want to create Outlook 2003 add-in program which add few buttons on navigating menu. I want to use some of the tempaltes provided by VS2010 ( at least in case of Office 2007 and 2010 provided) but there is…
1
vote
1 answer

Docx file fails to download from web page

We have a web application that displays a variety of document types to the user. When a user tries to view a docx file, they get a dialog box asking them if they want to save the file "DisplayDocument.aspx" if they are using Office 2003. I can…
bill_the_loser
  • 185
  • 1
  • 4
  • 13
1
vote
0 answers

word 2003 how do you redraw a window?

Sorry, I know this should be a basic question but I can't seem to find the answer. How do you redraw an office word 2003 window in c#? right now I have the window minimizing and maximizing. Thanks.
user1255276
  • 541
  • 2
  • 5
  • 20
1
vote
1 answer

COMAddIns how to turn them on/off programmatically in Office Word 2003

I need to be able to turn off a COM add-in in Office Word 2003 but still keep it in the COMAddIn list (just not enabled). I have found the COMAddIn.Connect flag and I set it to false to try and turn if off but it seems to completely remove it from…
user1255276
  • 541
  • 2
  • 5
  • 20
1
vote
2 answers

Anyone know of a website for learning VBA in PowerPoint?

I can do a few things with PowerPoint, but I need to learn more about the following: Adding a new textframe and text, and placing it where I want to on the slide. How to use VB to control the master slide. Add text to the notes field. What…
Justin
  • 4,461
  • 22
  • 87
  • 152
1
vote
1 answer

VBA for Inserting a chart into a ppt slide

Below is a procedure that I use to pull charts into a ppt from excel spreadsheets. However one thing I cannot figure out is how to insert the picture into the "object" instead of just pasting it onto th screen. (ie if I did a ppLayoutFourObjects,…
Justin
  • 4,461
  • 22
  • 87
  • 152
0
votes
1 answer

Deploy word addin ... 2003

I created a word addin for office 2003 with VS2008. It works fine but i can't deploy it. I created 2 virtual machine (XP mode): One dev, one "client". On dev, the solution is deployed but i have no idea how (when i run VS maybe ...) and on the…
Gun
  • 501
  • 8
  • 27
0
votes
2 answers

Array Formulas in Conditional Formatting of Excel XML Spreadsheet files?

Excel usually treats Conditional Formatting formulas as if they are array formulas, except when loading them from an Excel 2002/2003 XML Spreadsheet file. This is only an issue with the Excel 2002/2003 XML Spreadsheet format... the native Excel …
richardtallent
  • 34,724
  • 14
  • 83
  • 123
0
votes
1 answer

PowerPoint 2003 COM Add-In

I have a PowerPoint Add-in. I created a setup for it and installed it. It works fine on my machine but the problem is when I install it on a fresh machine with a fresh copy of PowerPoint 2003, the add-in installs successfully but there is no COM…
Trum
  • 71
  • 1
  • 9
0
votes
1 answer

Custom task pane support in Office 2003

I have created a C++ Office 2007/2010 add-in that exposes a custom task pane via ICustomTaskPaneConsumer and by implementing an ActiveX control. This works perfectly. Now I want to include support for Office 2003. I have managed to add a toolbar…
wpfwannabe
  • 14,587
  • 16
  • 78
  • 129
0
votes
1 answer

"Runtime Error 1004: Copy method of worksheet class failed " in VBA on first copy attempt

(Sorry in advance for my poor English: not first Language :) ) I am writing a VBA Excel 2003 routine that runs through 50+ worksheets in a file, copies the worksheets (just as a temp copy) one by one and then performs actions on them before removing…
John Doe
  • 1
  • 1
  • 3
0
votes
1 answer

How do i make one form in a word document open multiple other documents and fill out identicall headers in word / excel?

I want the user to open one document that prompts for a bunch of header information, then once the user presses a button, it opens other selected word docs and excel spreadsheets (if possible) then saves and closes them.
mark
  • 371
  • 2
  • 6
  • 10
0
votes
1 answer

Disabling default buttons in word 2003

I'm currently trying to disable some buttons on the menu bar in word 2k3 but I have no clue on how to do so, from what I can find online it seems that i need to call the function "EnableMenuItem" from the user32.dll but it doesnt seem to work. Are…
kUr4m4
  • 659
  • 2
  • 10
  • 24
0
votes
1 answer

Create VSTO 3.0 Outlook Add In to run on office 2003/2007/2010(x32 and x64)

Is it possible to create an add in that works on all office versions? I searched the msdn and different forums but there is nothing specific about this issue.
ja11
  • 25
  • 6