| Thread | Last Post | Replies |
|
| Close Document afterwards | 10 Dec 2007 12:11 GMT | 2 |
how it is possible to close a document after adding a new one? i don't know how to store the old document in a variable to close it afterwards, like that: Dim oldDoc as Document = ActiveDocument
|
| Macro - dialog box | 10 Dec 2007 10:20 GMT | 3 |
Is there a standard macro/code I can use (or modify) for entering a filename in the dialog box that appears when either saving as/printing? I tried using the 'Record new macro' and stepped through the steps. However, it didn't seem to recognise the step when I clicked in the ...
|
| See if you are smart enougfh to figure this one out!!! | 10 Dec 2007 06:34 GMT | 1 |
I have a particular need to provide 4 checkboxes that represent four pictures (e.g. Green, Yellow, Brown and Red traffic lights). What I need to occur is when a user clicks on one of the checkboxes the corresponding picture below is shown and the others are all hidden.
|
| Clear Protected Form | 10 Dec 2007 04:42 GMT | 2 |
I have a protected form that I want to be able to clear once a user has filled it out and saved it. So instead of closing the file and re-opening the master form they can clear it and start over. On a web forum I found this macro:
|
| Word Notification on Update Fields | 10 Dec 2007 01:30 GMT | 15 |
In both Word 2003 and 2007 if I have a REF field in a footnote, select the footnote range and press F9 Word throws up a notification that it can not undo this action and asked if I want to continue. After clicking yes the field updates but I can undo it with Ctrl z without a
|
| How to apply color to upper case characters into selection of text? | 09 Dec 2007 19:43 GMT | 2 |
Hello. There is a certain text which contains some words with upper case character (not only first words into the sentences). I want to apply color to this upper case characters into selection of text . I wrote the small code, but it runs only for first words of sentences
|
| Password question | 09 Dec 2007 19:11 GMT | 1 |
I have a template that I am working on that is password protected. I go under Tools and unprotect it so I can work on it. Then I close the template and I don’t password protect. I come back later to work on it more and it asks for a password when I try to reopen it. I type in the ...
|
| Italics in red colour | 09 Dec 2007 18:38 GMT | 2 |
I have a huge document of 1600 pages. I have to check spellings of all italicised words. I need a macro for changing the colour of the italicised words to bold and red and another macro to put back to normal and black, after checking the spellings
|
| menus in Word 2007 | 09 Dec 2007 15:20 GMT | 3 |
I have just purchased the new version of Word 2007 and I am running Windows Vista. I customise the menus in Word 2003, by dragging a new menu onto the button bar and then adding macros to the new menu. I cannot see a way of doing this in the new version, does anyone know how to ...
|
| Find and replace multiple words... | 09 Dec 2007 12:50 GMT | 4 |
Trying to find a VBA solution to search for several specific words and underline them (AND, IF, THEN, WHEN). It must match the case since these are the only ones I wanted underlined. Also want to search for RECORD and bold it.
|
| Sending Email from Word 2007 | 09 Dec 2007 06:55 GMT | 3 |
I am wanting to send a questionnaire via word (It must keep its formatting as is full of list box and other controls), so I recorded the macro of using the word 2007 option to send email ActiveDocument.SendMail
|
| MS word 2007 sending document via email as attachment (keeping formatting) | 09 Dec 2007 06:54 GMT | 1 |
I am wanting to send a questionnaire via word (It must keep its formatting as is full of list box and other controls), so I recorded the macro of using the word 2007 option to send email ActiveDocument.SendMail
|
| Remove a file from recent files list | 08 Dec 2007 15:35 GMT | 4 |
How can I remove "c:\blue\test.doc" from the Word recent files list using VB?
|
| How to capture programatically emailing a Word 2003 doc? | 08 Dec 2007 01:51 GMT | 3 |
I am running Word 2003 (Outlook 2003 for those interested) and I need to programatically save a document to HTML-filtered format then use the File>Send To>Mail Recipient to send it off, also programatically. Can anyone give me a start on this, particularely on the mail portion?
|
| Change watermark via code | 08 Dec 2007 01:26 GMT | 1 |
I have seen similar questions that are close to mine, but can't seem to put it together correctly. Here's all I want to do. The user clicks a toolbar button and the watermark toggles between one of two choices.
|