| Thread | Last Post | Replies |
|
| Not able to recording macro for mail-merge | 25 Jan 2006 15:37 GMT | 8 |
I need some help for a macro code ... we've a lot of Word2000 mail-merge templates originally connected to a .dbf file where in a textbox is possible put the number we're looking for , now we've to move to Word2003 and the new source will be a SQL file with the same structure
|
| help not working | 25 Jan 2006 14:02 GMT | 2 |
I am using the vba editor from word (word 2003 sp2 on windows xp pro sp2) If I type a phrase in the help box I get a list of possible items as I would expect, but clicking on some of them do nothing whilst others produce a help window
|
| I give up! | 25 Jan 2006 13:06 GMT | 2 |
Ok, I've been working almost forever on this code, but I can't get it to work. What I'm trying to do is copy all the text between each heading (which is tagged with a paragraph style named "Parsha") create a new document and paste the text into the new document. Then loop it ...
|
| Help With Code | 25 Jan 2006 12:15 GMT | 16 |
Ok, I just wrote my first code. I was wondering if anyone could tell me how it could be written better and maybe help me on a few points. Here's the code: Set myCharStyle = ActiveDocument.Styles("Drop P'nim")
|
| Remove focus from header | 25 Jan 2006 11:51 GMT | 1 |
Hi I have the following code that is run after prodcuing a dynamic document. After running this, the documment is left with the cursor in the header . Is there a simple command I can add to just put the focus back into
|
| Open Word document, modify and Save | 25 Jan 2006 11:13 GMT | 5 |
Is there any way that I can read from a word document in a word-by-word manner and do my own checks on each word (like a spelling checker), and modify some words where necessary then save the document again. Any help is highly appreciated.
|
| Changing the Sheet tab color | 25 Jan 2006 07:53 GMT | 2 |
To whom every can help: I have 1 sheet per tenant with their information and X amount of tenants. The 4 cells that the macro looks at in each sheet are different dates. For example Lease End Date is one of them. So 1st part
|
| Controlling location of message box | 25 Jan 2006 02:40 GMT | 2 |
In Word 97, is there any way to control where a message box appears? I have a macro in which the message box often blocks the text that the macro selected and that is being queried about. I don't see anything about this in vba help on message boxes.
|
| Date validation and conversion | 24 Jan 2006 23:25 GMT | 7 |
On a word template I have two textboxes, DOFC and DOFA. The template will be used to transfer legal documents from paper archives to digital form. DOFC is the date of creation of the paper document. DOFA is its date of approval. Whats the prefered VBA code for:
|
| Missing keystrokes on custom document | 24 Jan 2006 22:15 GMT | 2 |
I have a custom Word document, from a template, that catches WindowSelectionChange to modify data that is input by the user into table cells. All works well except when more than one Word document are open. The problem exists whether the other file is based on the template or ...
|
| Distribute macros with an EXE file | 24 Jan 2006 21:55 GMT | 3 |
I would like to distribute some macros using an EXE file. The EXE file should install the macros and create a command bar/menu in Word for the macros. Any advice or references to source on how to do this would be greatly appreciated . . . ? Alan mountain@westelcom.com
|
| SELECTION BETWEEN | 24 Jan 2006 20:40 GMT | 1 |
i need to select a part of a text of an active document starting from "A)" till "B)" and copying this selection into a text file i know how to use txt files but how can i select ?
|
| Print page when revised | 24 Jan 2006 20:20 GMT | 2 |
We currently have a Word form set up that contains check boxes on the first page. We use these check boxes to identify which pages to print. (If checkbox1 is checked, print page 1, checkbox2 prints page 2, checkbox3 prints page 3, etc.) We recently received an additional request. ...
|
| Loop till all have been replaced | 24 Jan 2006 19:44 GMT | 2 |
The following code replaces the first ten instances of [Rxxx] with [R1], [R2], ... up to [R10]. Sub refs() Dim c As Integer
|
| Capturing the Word application quit events | 24 Jan 2006 17:41 GMT | 3 |
I am trying to find a way to capture the events that are launched when the Close button on the title bar in Word is clicked or the Close option is selected when using the Control Box for the Word application. I am trying to do this because I need to control the copying of a logo ...
|