Tagged Questions

Word-2003 is to be used for Microsoft Word version 2003, a non-free commercial word processor designed by Microsoft. The version independent tag is msword.

learn more… | top users | synonyms

1
vote
1answer
246 views

How to read a word 2003 document without COM in csharp?

Hey all, I need to read many word docs in server. But you know,the component in .net is based on COM,it would work reliably if I use it. It is so sick.You know, in word 2007,because of the xml ...
0
votes
0answers
10 views

Using VBA, open an OpenXML format (.docx) document in Word 2003 where the extension is not .docx or .docm

I have a Word add-in that writes and reads Word documents in OpenXML format - i.e. .docx. But so that I can easily recognize "my" documents as against normal Word .docx files I have used another ...
0
votes
1answer
27 views

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 ...
0
votes
0answers
27 views

Creating OLE objects in C++ to access Text Field Options in MS Word 2003

I am creating a word document which would have Text Fields in it. I need to access or kind of write onto these text fields using a external C++ program. I am planning to use OLE objects in C++ to ...
0
votes
3answers
81 views

Word Automation Backwards Compatibility With Word 2003

I am working on some Word automation code in C#. I have Word 2007 installed on my own machine (Version 12.0.0.0 of Microsoft.Office.Interop.Word.dll) but I would like to support Word 2003 as a minimum ...
0
votes
0answers
21 views

Tell difference between .doc and a .doc created from Word 07/10

i.e. file1.doc <--- I paste a chart object from Excel to Word 07 and save the file as a .doc file2.doc <--- I paste a chart object from Excel to Word 03 and save the file as a .doc I've ...
0
votes
0answers
17 views

MACRO Word 2003

How can I create a macro that will check through a document for hyperlinks and will prompt the user to input a link title or provide a report to the user to view the links missing a link title. Either ...
0
votes
1answer
233 views

Using visual basic in excel to create word document, how do I make some bold text?

I've seen this, but it doesn't work for me, I don't get where to change from insertafter to typetext. What should I change in the following to get part of the text bold as desired? Sub ...
0
votes
1answer
259 views

How to read/write local characters from/to MSWord 2003 using Delphi 7?

I have ListView on my form containing names and numbers and I have to provide printing MSWord document with those data filled into document's tables. Everything works fine with english characters but ...
0
votes
1answer
390 views

Setting language, text direction and alignment in word document created by visual basic in excel

I've made an excel visual basic script that takes data from an excel sheet, and produces a paragraph in a word sheet for each row. The default language for the document is Hebrew, with text aligned ...
0
votes
1answer
90 views

Word add-in toolbar problem

I am building a word2k3 add-in and i'm creating a new toolbar containing the relevant buttons. All seems to work fine except, depending on who is viewing the active document, certain buttons must be ...
0
votes
0answers
56 views

How to add or edit tags in Word 2003

When you save a word document as HTML. You get all that nasty code. Not a big deal, I can deal with that. BUt I want to add or edit the tags that get generated, any ideas?
0
votes
3answers
136 views

COM Add-in not going away in word 2007

So ive got two different COM addins, one for word 2k3 and one for 2k7. word 2k3 works like a charm everytime, no issues etc...but now when I open word 2k7, the buttons from 2k3 appear in my 2k7 ...
0
votes
1answer
55 views

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 ...
0
votes
3answers
401 views

MS Word splits words in its XML format

I have a Word 2003 document saved as a XML in WordProcessingML format. It contains few placeholders which will be dynamically replaced by an appropriate content. But, the problem is that Word ...
0
votes
1answer
366 views

VBA Word 2003 Dialog box

Our client enironment recently migrated from word 2000 to 2003, we use the below code in one of the templates to show the word's default insert file dialog box. Word is integrated with another third ...