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
26
votes
12 answers

How to compare two word documents?

Businesses Analyst from my team keeps sending us the updated Requirements documents often and I end up hunting the recent changes by comparing the old version. Is their a good way of comparing the Word documents? Note: We have the track changes…
reva
  • 1,477
  • 2
  • 14
  • 23
19
votes
5 answers

Call a VBA Function into a Sub Procedure

I know this is a simple question for someone out there, but I have never really used function module at all because I did not understand what they were. So I have a whole bunch of things I can use this for (cut down on redundancy), but I want to…
Justin
  • 4,461
  • 22
  • 87
  • 152
14
votes
2 answers

Linking two Office documents

Problem: I have two spreadsheets that each serve different purposes but contain one particular piece of data that needs to be the same in both spreadsheets. This piece of data (one of the columns) gets updated in spreadsheet A but needs to also be…
Justin Bennett
  • 8,906
  • 2
  • 27
  • 30
7
votes
6 answers

how to use php to include an image in a word file?

Somebody has asked me to make an app in php that will generate a .doc file with an image and a few tables in it. My first approach was:
Valentin Brasso
  • 1,388
  • 7
  • 21
  • 41
5
votes
3 answers

Making Word document embedded in a web page editable or read-only

I'm embedding some Word documents into our web page using iframe like this: The problem is that the embedded Word control allows…
gerdemb
  • 11,275
  • 17
  • 65
  • 73
5
votes
2 answers

How do I retrieve Visio custom shape information with VBA

Using VBA, how do I retrieve custom shape information from a Visio 2003 diagram.
JonnyGold
  • 861
  • 6
  • 15
  • 20
5
votes
2 answers

Determining the size of a merged area

Right, before we get off about merged cells, I hate them too, but I've to deal with them anyway. I cannot change anything about that now or in the future. As much as I would like to ;) Say I have some merged cells, I need to determine the amount of…
Oxymoron
  • 1,382
  • 4
  • 20
  • 40
4
votes
3 answers

IFDEF equivalent in VBA

I have code that needs to run on both Excel 2003 and Excel 2007, and there are a few spots where changes in the versions cause the code to halt. I tried separating these lines out with If-Else statements, but the code won't compile on either…
Andrew Scagnelli
  • 1,584
  • 4
  • 18
  • 26
4
votes
3 answers

Office 2003 interop with only Office 2010 installed

We have an application (.NET 2.0) that uses Outlook 2003 features (Microsoft Office 11.0 Object Library). My new computer has Windows 7 and Office 2010 installed, and the references don't work anymore (there's only Office 14 Object Library…
kor_
  • 1,510
  • 1
  • 16
  • 36
4
votes
1 answer

Visual Studio 2008 and Office 2003

I have been interested in using the VSTO but I am running Visual Studio 2008 and I have Office 2003. I know it is possible to use VSTO 2005 SE for Office 2003 but I can't find any information on programming Office 2003 with VS2008. Is this possible?…
Adam
  • 41
  • 1
4
votes
2 answers

How can I improve cold startup performance for a VSTO2SE MS Office add-in?

If you create a simple "Hello World" VSTO2SE add-in targeting Microsoft Office Excel 2003, it takes 15 seconds to load on a cold startup. During that time, Excel is completely unresponsive. The cold-startup time is always poor in Excel 2003. I…
J Davis
  • 730
  • 1
  • 6
  • 9
4
votes
2 answers

VSTO: Event for Word Doc's Content/Text Changes?

Does anyone know whether it's possible to handle content changes or more precisely whether there's an event for that... one that would notify me if a document's content has been changed (ideally at what position/range etc)?
Jörg Battermann
  • 4,044
  • 5
  • 42
  • 79
3
votes
1 answer

How to see Word .doc variables

Is there any possibility to see doc variables? It's Microsoft Word 2003, I have added a doc variable in a document, but if I take a look at the document I can't see there any variables. Is it possible to turn document variables visible?
kseen
  • 359
  • 8
  • 56
  • 104
3
votes
1 answer

Remove CommandBar created by an Addin in Word 2003

I have installed a Word 2003 Add-in, then uninstalled it, but unfortunately I still seeing the menu created by the Add-in in the Word menu bar. I tried Tools -> Customize, and there I can remove the submenus, but not the main one. Do you know how to…
Daniel Peñalba
  • 30,507
  • 32
  • 137
  • 219
3
votes
3 answers

How to extract bullet information from word document?

I want to extract information of bullets present in word document. I want something like this : Suppose the text below, is in word document : Steps to Start car : Open door Sit inside Close the door Insert key etc. Then I want my text file like…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
1
2 3 4 5 6