| Thread | Last Post | Replies |
|
| Slow macro execution on a laptop... why? | 12 Nov 2005 16:00 GMT | 10 |
While attending school, I used Windows XP and Word 2003 on a Dell Inspiron 5100 laptop computer which the school provided for my use as a disability accommodation. (I have carpal tunnel syndrome, and I operate the computer mostly by speech recognition.) This machine had a
|
| Jay Freedman AutoText Loader - Enlarged Screentips? | 12 Nov 2005 14:59 GMT | 1 |
Last week I raised the question of whether a sound cue could be added when an autotext screentip appeared so that I wouldn't have to try to watch the screen out of the corner of my eye as I typed. Since I used Jay Freedman's terrific autotext loader to add over 1,000
|
| Microsoft Word 2000 - Update Field in a form | 12 Nov 2005 14:44 GMT | 1 |
Hello to all, In a word document, is't possible to update a field when a click on other one. I have a check list. Beside of each item I have a checkbox and a Textfield.
|
| Word 97 Macro Hiccups in Word 2003 | 12 Nov 2005 14:19 GMT | 3 |
I developed a macro in Word 97. It performs as expected in 97 but doesn't quite run correctly in Word 2003. The code is in a For Loop (there are a lot of sub routines running, so there is too much code to post). It runs great until the 21st iteration when it doesn't format the ...
|
| How to catch a KeyPress event in word | 12 Nov 2005 12:35 GMT | 14 |
I am trying to customize a word document so that a user is only allowed to use custom buttons. Anything else is hidden / disabled - that works alright ... apart from 1. how can I detect/ avoid a keyPress ( CTRL + S ) in order for the file
|
| VBA help | 12 Nov 2005 10:22 GMT | 4 |
Can one particular line in MS Word document be highlighted by a color depending on where the mouse pointer is with the help of a vba? (Mouseover) Maxi
|
| Out of margin | 12 Nov 2005 05:37 GMT | 1 |
I have a document, let's say with a 2" left margin. The text is one Colum and no special formatting is used. I like to write for some paragraphs of the text a short reminder on the left side of the text margin. How can I do that.
|
| VBA error- could not load object and Compile Error | 12 Nov 2005 01:07 GMT | 1 |
Error " Could not load an object because it is not available on this machine" when trying to open Word Document which has VBA scripts. I have tried uninstalling and reinstalling Office and Visual Basic 6.0 Pro to no avail.
|
| PDF four versions of a document then delete interim saved Word files | 11 Nov 2005 22:58 GMT | 1 |
So I'm working on this template and the client wants it to have the ability to make PDFs of four different versions of the same document... basically changing the logo to reflect the different businesses that are part of the corporation. Okay, I've got that all set up. A couple ...
|
| For, code for button to save and clear form fields | 11 Nov 2005 21:54 GMT | 10 |
As a volunteer for a drug rehab centre, I have created a form in Word with lots of drop downs form fields, text boxes and tables with text boxes inside them. This form will be used by lots of field consultants in there offices and in the field on laptops. They will fill in the ...
|
| Find Image Files in Word Document | 11 Nov 2005 21:43 GMT | 5 |
Is there a way to use a macro, or a report, to generate a list of all images that are linked in a MS Word document.
 Signature Michael
|
| Disable Task Pane | 11 Nov 2005 19:55 GMT | 1 |
I am using Word 2003. I dont want Task Pane from appear at all. I have a template that give restricted acess to users but with the access to Task Pane users are able do lot things that they are not supposed to do. Whenever they press F1 key for help, Task Pane opens and gives ...
|
| Update an entire document | 11 Nov 2005 18:18 GMT | 3 |
I have the following macro that I was given from another question here, which I use to update an entire document, fields, headers, footers, everything. However I have noticed that it is not updating my Table of Contents and Table of Figures. Do I need to add something more to ...
|
| Closing Word using Automation | 11 Nov 2005 18:17 GMT | 5 |
My Access database controls a Mail Merge Job in Word. After generating the data, Access opens the Word document with these lines of code in a module: Set objWord = GetObject("G:\Access Projects\MyWordDoc.doc", "Word.Document") objWord.Application.Visible = True
|
| InStr() as If - condition seems not to work | 11 Nov 2005 17:16 GMT | 3 |
Office 2000. Excel VBA. The following "if" structure didn't work: If InStr(Zeile, ":") And Not InStr(Zeile, "h:") Then ' statement
|