| Thread | Last Post | Replies |
|
| Drop downs won't retain entry macros: | 14 Jan 2008 20:00 GMT | 1 |
Drop downs won't retain entry macros: I created a rather large template for our staff to use when filling in information about "xyz"... When they click the first parent drop down the corresponding information populates in the child drop down. Some
|
| Making userforms accessible to multiple templates | 14 Jan 2008 16:59 GMT | 2 |
I have a userform under my Normal.dot file which I want to be accessible by 4 other user-defined templates. I envision adding a toobar to each template which contains a button that links you to the global userform from any document created from any of the user-defined templates. ...
|
| what character is enter | 14 Jan 2008 13:05 GMT | 8 |
I have the following code: Sub quitarenter() For cnt1 = 1 To characters.count char = Selection.Characters(cnt1).Text
|
| Bookmark Dilemma | 14 Jan 2008 11:31 GMT | 17 |
Greetings, Iwould like to know if there is a way to Clear the contents between two bookmarks populated from a userForm after the document is finished and printed. I am using 10 userforms to populate diffrent fields in a document. I would
|
| Dropdown Button Values | 14 Jan 2008 08:59 GMT | 2 |
I have done a form and I have included a dropdown button that allows to select among 6 different values that are predetermined. Now, I would like to have a second dropdown button that allows to select among 4 different values, but the issue is that those four values depends on ...
|
| Limitation of a form field of 255 Characters | 14 Jan 2008 08:58 GMT | 6 |
Hi!! I am trying to use a macro to fill in a field in a form with a paragraph I copy from an EXCEL cell. The problem is that this paragrph has more than 255 characters so it doesn't seem to work directly. I have seen some article that
|
| Word 2003 Options not "Sticky" | 14 Jan 2008 03:02 GMT | 1 |
Where are Word's "Options" stored? Many of my selections under the Tools | Options tabs(i.e., settings for "Windows in Taskbar", "Save" settings, etc.) are lost when I restart the program. My NORMAL.dot is just fine and those settings remain.
|
| Change quotes into curly quotes with VBA? | 13 Jan 2008 15:19 GMT | 5 |
Is it possible to use VBA to change all quotes into curly quotes (not smart quotes). Now I have Chr0145, Chr0146, Chr0147 and Chr0148 in my document. I've tried to do this with Search & Replace unsuccessfully, in various fonts. Best regards, Shirley Nomey
|
| Working with Loops | 13 Jan 2008 11:46 GMT | 7 |
Below is a section of my macro. Is there a way to do a loop? Dim i as Long Dim WC35 As String, WC36 As String, WC37 As String Set oFF = ActiveDocument.FormFields
|
| Save Selection with VBA? | 13 Jan 2008 09:05 GMT | 1 |
Hi, can someone tell me if there is a Save Selection VBA (whatever is highlighted) and Save As give doc name way to do this? One can print selection but can one save selection with VBA? Many thanks...
|
| macro | 13 Jan 2008 04:06 GMT | 2 |
Hi, With a macro, I'm trying to add a field where my user has to type the name of the person. At the end of the document I have to use this information again. That means
|
| how to determine if a reference is selected and set it if it is no | 12 Jan 2008 15:36 GMT | 5 |
I'm trying to programatically test if the Microsoft Speech Object Library is selected and then if it is not I'd like to set it. I've tried error trapping each side of a Dim but that didn't work: On error reume next
|
| Helping needed with my teaching | 12 Jan 2008 13:25 GMT | 2 |
Hope somebody can help me here. I need a macro for my teaching purposes to create a cloze (or fill in the gaps) assignment. Here’s an example: I have a story in which some words or phrases are assigned a specific inline style. For example, in the previous sentence the word “which” ...
|
| How word is started | 12 Jan 2008 00:40 GMT | 3 |
I would like to know if it is posible to determine if how word has been started. I have been tiraling running word across a network when it normally starts it loads a global template which carries all the sub routines needed to do
|
| MS Access VBA - how to bold text? | 11 Jan 2008 22:09 GMT | 1 |
Word 2003 Access 2003 I'm creating the body of a document from a dot file. I need to bold a sentence that comes between 2 others.
|