| Thread | Last Post | Replies |
|
| Word 2002 Global Template | 20 Jan 2004 23:18 GMT | 7 |
We have a global template in the startup folder for Word. The template contains a menu item with several submenu items, each item starts a new document based on a template. All these templates are in a shared folder on
|
| Having trouble extending rnage/selection upward | 20 Jan 2004 22:55 GMT | 2 |
My report is formatted with a caption, blank paragraph, then a table. I use a Find.Execute to find a text string in the table. Then I can select the whole table. Now I want to extend the selection (or range, if that would be better) upwards to include the entire caption. I've ...
|
| Command button and text box are moving while scrolling | 20 Jan 2004 22:22 GMT | 1 |
I inserted a text box and a command button into my form. Everything with them is working fine until I start to scroll. They "seem" to make a copy of themselves, move down the page until I stop scrolling and then disappear while the originals never move. When they are
|
| Visibility property for CommandButton??? | 20 Jan 2004 22:11 GMT | 4 |
I'm very new to Word programming, but have added spell check code to a form with protected field, and stuck it behind a Spell Check command button. That works fine. but I want to hide the Command Button before printing out the Form (i.e I don't want the button to print out). I ...
|
| Probelm with Auto_Exec macro | 20 Jan 2004 22:04 GMT | 2 |
When opening the VBA Add-in for Word the Auto_Exec macro does not get called in Word 2003. Can somebody let me know whether there are any settings that needs to be changed or any new functions that need to be included.
|
| Spell check a text box in Access 97 using with word 2003 spell checker | 20 Jan 2004 18:58 GMT | 2 |
A client using access 97 runtime has upgraded their office suite to 2003. Unfortunately with office 97 no longer installed they asked if it was possible run the office 2003 spell checker from their access 97 app (for use on a form's textbox). I have implemented the below
|
| Help! shared global template issue | 20 Jan 2004 17:17 GMT | 2 |
In our organisation the global template is located on a network share and a shortcut to this template exists in everyone's Wordstartup folder on their C drive. This works fine except when the global template needs
|
| VBA User Forms Error Message 4605 | 20 Jan 2004 17:10 GMT | 2 |
I'm having some buggy problems with 2 macros that I created in a protected form file. The fields in the locked area are working properly, but I created 2 keyboard macros (control+L and control+Y) that will insert a new
|
| VBA User Form error message 4605 | 20 Jan 2004 17:07 GMT | 1 |
I'm having some buggy problems with 2 macros that I created in a protected form file. The fields in the locked area are working properly, but I created 2 keyboard macros (control+L and control+Y) that will insert a new
|
| Open as a copy | 20 Jan 2004 16:56 GMT | 3 |
How do I open a document as a copy? When I record the macro it just says: Documents.Open FileName:="""Copy (2) of j-ma.doc""" It seems that Word creates a copy automatically. How is
|
| Pass Variable From One Macro to Another | 20 Jan 2004 16:24 GMT | 3 |
Suppose I have two documents - Doc1.doc and Doc2.doc. If Doc2.doc contained this macro: Sub Test(passedVariable) msgbox passedVariable
|
| use user form to enter autotext? | 20 Jan 2004 16:19 GMT | 4 |
Can I use my userform to enter my autotext entries into my doc. I have to put info for different types of tests I used in my reports. Could I put the names of the tests as choices and then have bookmarks to enter my autotext
|
| Finding whole words in strings | 20 Jan 2004 16:07 GMT | 2 |
I often use text files to store reference information such as quotes, dictionary definitions, synonyms, etc. For searching, I go through all paragraphs and use Instr to find the word or words I'm looking for. My question is: Is there a way to confine Instr to looking for whole
|
| Inserting Picture into a Table | 20 Jan 2004 15:03 GMT | 1 |
I am setting up a macro to insert a picture(JPG) into a cell of a table. If the pic is too big for the cell, the cell expands to accomodate the size. I want the picture to fit exactly in the cell. There must be some way to either prevent
|
| Populating fields with data | 20 Jan 2004 13:52 GMT | 11 |
Does anyone know of a way to fill information into several places in a document without "Prompting" a user? For example, if I have a letter that uses the recipients name in several places, can I click a "field" and type their name at the top of the document, and have that cross ...
|