| Thread | Last Post | Replies |
|
| O.T. Copy Protection | 11 Jul 2003 04:34 GMT | 1 |
Does anyone have a method to protect a floppy or CD from being copied? Thanks! Steve
|
| Repeating Action | 11 Jul 2003 02:39 GMT | 5 |
I want to create a macro that does a set of instructions one time. Now I may want to run that macro 4 times or maybe 100 times in the same document and I dont want to have to click a button 100 times to get my final result.
|
| populate multiple fields based on input keyed into one field | 11 Jul 2003 00:44 GMT | 1 |
I've got a form letter set up where one of the fields is going to be completed by users with a name. Then, the name needs to repeat several times throughout the letter and I wanted to populate those fields automatically rather
|
| Custom Buttons | 11 Jul 2003 00:35 GMT | 2 |
Hope I'm in the right place. If not please re-direct me. I have written some macros and assigned them to custom buttons. As I got a bit more used to VBA, I re-named the module and now the buttons can't find the macro's any more (to be expected I guess)
|
| Show multiple file types to open? | 10 Jul 2003 23:01 GMT | 1 |
I should like to be able to set the Word file open dialog to show all files with either the .doc or .rtf extension. I have the following at present With Dialogs(wdDialogFileOpen)
|
| Envelope in Protected Template | 10 Jul 2003 23:00 GMT | 4 |
I'd like to create an envelope in a protected template....is there a macro I need to use in order to do this?
|
| Menu Items | 10 Jul 2003 22:44 GMT | 1 |
Guys, I have added to a menu item to the stanard 'Menu Bar'. Is there any way that I can change the colour of my Menu Items? I would liek to do this in oredr to highlight it's
|
| How check whether autotext entrie exist | 10 Jul 2003 21:37 GMT | 1 |
I'm using a form with textboxes. The content of the textboxes is assigned to autotext entries. Now I want to check whether the Autotext entrie already exist in Normal.dot and if it is not to create that Autotext.
|
| ignore all list while spell checking | 10 Jul 2003 16:27 GMT | 2 |
I want to use Word for spell checking in an other application. The application generates a Word document, let Word do the spell checking and reads back the result (using VBA). In the text are a set of words, which are not in the dictionary but correct.
|
| Problem with open Templates | 10 Jul 2003 16:04 GMT | 2 |
Please help, I have an Access VBA routine that searches through a query for customer Email Name and Product Type in that order and sends an email to each customer with a data sheet for each product attached.
|
| Saving File Name in Footer | 10 Jul 2003 15:47 GMT | 1 |
My users want to have the file name of their document that is based on a template written into the footer whenever they save the document. However, I can't find the document event for saving the document. They don't
|
| Problem with Word Document Variables | 10 Jul 2003 09:45 GMT | 1 |
The Add method for the Document Variables collection is defined more or less as follows: expression.Add(Name, Value) expression: Required. An expression that returns a Variables object.
|
| Del Form | 10 Jul 2003 08:06 GMT | 3 |
I got a Form that create by a function . However, The Form is useless after viewed . So I wish it can del itself when closed. I try to use OnClose function for del itself , but don't work . Can anyone give me a suggestion ? thank you
|
| Placing a picture with a macro in word?? | 10 Jul 2003 04:25 GMT | 1 |
I am placing my signature as a .jpeg in a word document. I want it to be at the start of my block of sign off stuff. The following sub places it at the end, even though it is at the start of the macro
|
| Attached template save prompt | 10 Jul 2003 02:15 GMT | 1 |
I'm lost. I read most posts here and quite a number of Web pages about the Attached template Save prompt behavior, but I can't figure out. I have this nice template with Word XP that contains shortcuts, macro,
|