Tagged Questions

0
votes
1answer
36 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 …
0
votes
2answers
98 views

How to create a MAPI32.dll stub to be able to “send as attachment” from MS Word?

Microsoft Word has a "send as attachment" function which creates a new message in Outlook with the document attached. I would like to replace Outlook with a custom mail agent, bu …
2
votes
11answers
2k views

Best way to export html to Word without having MS Word installed?

Is there a way to export a simple html page to word (.doc format, not .docx) without having MSWord installed?
0
votes
1answer
58 views

Python Syntax Highlighting in Microsoft Word

Is there any way I can get my Python code syntax highlighted in Microsoft Word?
-2
votes
0answers
34 views

MS Word: Can I delete dictionary entries? [closed]

You know how it is -- red sqiggly line under word -- looks OK to me -- click on "Add to Dictionary" -- sudden realisation -- that's NOT how you spell it ... Now what? Can I make t …
0
votes
3answers
77 views

add word document to another word document with php

Hello, How can I add a word document to another word document with php (fwrite)? $filename = "./1.doc"; $handle = fopen($filename, "r"); $contents = fread($handle, filesize($fil …
1
vote
2answers
55 views

Tools that help with acronyms and jargon in software requirement documents

Are there any tools that would help with reading software requirement documents that contain a mix of domain specific and company specific acronyms and jargon. In particular I was …
0
votes
1answer
357 views

Checkbox control not working in Word userform (Word 2007)

I'm fairly new at this (VBA programming) so pls forgive me if my coding seems simplistic. I have a Word Userform (Word 2007) with some checkboxes and 2 command controls - Ok and C …
2
votes
3answers
45 views

Event when Word 2007 changes the Theme

Is there an event I can register from my VSTO application that is fired when the theme of Word 2007 is changed?
0
votes
1answer
83 views

Validate a Word 2007 Template file

I'm developing a solution that allows people to upload a DOCX file as a template. This template is used for generating Word documents with database info. What I would like to do …
0
votes
2answers
279 views

Why are the number of pages in a Word document different in Perl and Word VBA?

I have a (set of) word document(s) for which I'm trying to get various properties (number of pages, author etc) using Win32::OLE in Perl: print $MSWord->Documents->Open($nam …
0
votes
1answer
158 views

How can VBA application use the correct built in styles across English and French versions of Windows/Word.

I develop a Word 2003 report generation application that extracts data from a database. Most of the organization uses English versions of Windows and Office. But, many users in o …
0
votes
1answer
185 views

How to merge SharePoint List items into Word 2003 document

I want to build a feature like "Print List" on WSS 3.0, and I planned to convert List data into Word document then print it. Is there any way to merge List items into Word 2003 doc …
1
vote
2answers
645 views

Specifying location of new inlineshape in Word VBA?

I'm working on a document "wizard" for the company that I work for. It's a .dot file with a header consisting of some text and some form fields, and a lot of VBA code. The body of …
0
votes
2answers
782 views

Run macro automatically OnSave in Word

I have a macro which refreshes all fields in a document (the equivalent of doing an F9 on the fields). I'd like to fire this macro automatically when the user saves the document. …

1 2 3 next
15 30 50 per page