Tagged Questions

2
votes
8answers
106 views

What is the easiest way to write code in MS Word? [closed]

I know this is not a programming question, but it is relevant only to programmers. After giving some thought and browsing through Super User I decided to post it here. We all hav …
1
vote
3answers
47 views

Why does Word not release my file after I call Close() on the document?

I am using the MS Word COM API to print Word documents from C#. See below... internal void PrintWordFileUsingDefaultPrinter(System.IO.FileInfo file) { //Open the d …
2
votes
6answers
111 views

I need to print 20,000 Word documents, is there a 3rd party tool that will help me do this or do I need to write custom code?

I need to print 20,000 Word documents. Naturally this is a logistical nightmare. For example: if the power goes out, I need some software that will be able to resume where the prin …
0
votes
2answers
71 views

Creating & Editing MS-Word documents on a linux server?

Looking to develop server-side application that will process documents. The source documents are mostly MS-Word 2003, 2007, i.e. the MS version of Docx. Want the server application …
0
votes
1answer
17 views

Word VBA: How to determine a document newly created and modified?

Hi, Does anybody know in Word VBA how to determine: A document is newly created; A document is modified by the user? I found the Document.Saved property, but it does not help …
0
votes
1answer
44 views

Word document printed on MS Access report using OLE object

Hi, For years, we have been printing Word 2003 documents that have been saved to a OLE object column using an access report. We are using Access 2003. For some reason when we co …
0
votes
1answer
14 views
+150

Word 2007 Macro to insert text

I'm trying to create a macro to insert some text with custom formatting, then change the font style back to what it was before the macro was run. This is what I have come up with s …
0
votes
2answers
32 views

Word opens extra blank document

Howdy, I have an issue on a client machine that seems to be interferring with a word addin that ive built. When any word document opens on the client machine, a second blank docu …
0
votes
1answer
22 views

How do I validate a Word 2007 File against wml.xsd with Java?

I would like to validate a given Word 2007 XML file against the Schema defined in wml.xsd. How could it be done in Java? Loading the Schema with the following line is not a problem …
0
votes
5answers
144 views
+100

Downloaded word file displaying incorrectly

Hi there, I am working on a website at the moment which is displaying a strange bug with generated word documents. The site has a feature on it which allows the user to download a …
0
votes
2answers
22 views

Word 2003 splits word in 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 i …
0
votes
1answer
35 views

Skip Microsoft Word 2007 grammar check for code

Do you know how to insert a "code block" in a Microsoft Word 2007 document so it will not be analyzed by the grammar checker? I do no want to turn it off for the whole documents, j …
1
vote
3answers
76 views

Java: How to paste (append) an image on clipboard to a word document.

Hi, Is there a way in Java, to copy the contents of the clipboard (an image in my case) to the end of a word document? I want to have a program that will - * Take a filename (wo …
0
votes
3answers
48 views

Best way to check for Office (Word) 2007

I have setup spell checking through WinWord but I need to find a way to in sure that Word 2007 is installed on there systems. I have seen the Registry Versions of this but I also …
0
votes
1answer
19 views

Password protect Open XML Wordprocessing Document

I need to add basic password protection to an Open XML Wordprocessing document. I can either use the COM interface, which is very slow when I have a large number of documents to pr …

1 2 3 4 5 31 next
15 30 50 per page