| Thread | Last Post | Replies |
|
| Using Document_Open in individual documents | 02 Jun 2005 03:54 GMT | 2 |
I've written a document open macro that I wish to add to each document and not the associated templates. At home, this works great, but at work, the templates seem to block the document's event macro from firing. Any idea what could be causing this? One of the templates is based ...
|
| Creating a User Form in Word: Something went wrong? | 02 Jun 2005 03:54 GMT | 2 |
I followed the instructions for creating a Userform from MVPS.org's tutorials, located here: http://word.mvps.org/FAQs/Userforms/CreateAUserFormContent.htm As far as I can tell, I followed everything exactly, and typed all the VB
|
| Text box values in user forms | 01 Jun 2005 21:32 GMT | 4 |
I'm sorry to appear to thick, but how do I transfer the value of a text box that is in a user form to a routine that is in another procedure? I keep getting an error that the variable is not set but it is! Thanks very much.
|
| Help with error "3170" couldn't find installable ISAM | 01 Jun 2005 20:45 GMT | 8 |
I developed a word template which has a combobox for user to choose reasons from the combox1. The value of reasons are from an excel file (letterreasons.xls). Below is the code that I'm having problem with, once user who is using windows xp opens it, an error message box pops up ...
|
| UserForms - Templates and Documents | 01 Jun 2005 20:10 GMT | 3 |
The application starts as a Word template (.dot) file that contains VBA code and a userform. When a doc file is created from the dot file on the development machine, everything works well. If the doc file is zipped and emailed to another user, the userform and the
|
| list of macros | 01 Jun 2005 18:04 GMT | 4 |
is there a way to obtain a list of all macros and if so, is there any information in which model (add-in) it is stored (normal, activedocument, addin-name)? best regards
|
| inserting image into table | 01 Jun 2005 12:48 GMT | 3 |
the code below insets an image into a table created at a bookmark my question relates to the table border at the moment it is visible how do i turn this off and how do i make the image expand to fit the table
|
| turining off windows messages in vba | 01 Jun 2005 12:16 GMT | 1 |
I keep getting a message which when i copy to clipbourd that the amount I am copying is too large and do I wish to continue. when i click ok it continues is there anyway of switching these messages off in VBA other than using a error trap to do it.
|
| equations | 01 Jun 2005 12:04 GMT | 4 |
I need to utilize an equation in Word 2003 that will total the sum of three fields that change each time the form is used anew. The numbers are dropped into the fields
|
| Splitting a word document using a marker | 01 Jun 2005 11:21 GMT | 5 |
Is it possible to split a word document into individual documents using a marker e.g. ^^^
|
| Dealing with Fields in VBA | 01 Jun 2005 11:10 GMT | 3 |
I want to do a snippet of code which: 1. Will determine whether a specific named field exists. 2. If the field exists, will assign a new value to it. 3. Will update all fields.
|
| Auto send document via e-mai by hyperlink | 01 Jun 2005 08:16 GMT | 1 |
I would like to create a Word 97 document that allows a group of users to fill in some questionaire. After the users filled up the information, they just click on a link and it automatically send this same document back to the original sender. Is there a way to do this? It is ...
|
| Saving Form Fields? | 01 Jun 2005 04:30 GMT | 4 |
Anyone know how to extract the data from form fields when the doc closes so that it can be saved in an access database?
|
| Command Bars - too much space on right click menu | 01 Jun 2005 01:26 GMT | 1 |
Hello, I added the following code to create a new control in the "Text" command bar . The control is there when I right click in the document but there is a huge amount of space between this control and the one before it. I'm not sure what's wrong here. Any help would be ...
|