| Thread | Last Post | Replies |
|
| Add macro to multiple documents | 24 Feb 2005 21:35 GMT | 4 |
I have developed a macro that I want to include in all word documents in a folder. Does anyone know of a way to apply a single macro to all word documents in a folder? Thanks
|
| picture in a Word header | 24 Feb 2005 21:25 GMT | 6 |
I want to put in a (named) picture in all headers of the active document when a macro button is pushed. I managed to do so, but to my syprise the macro results in an error when I moved the template with the macro(s) to the Word startup folder.
|
| Find/Replace Multiple Words | 24 Feb 2005 19:28 GMT | 2 |
How can this find/replace be modified to enable search and replace of multiple words without repeating this code for each word to be replaced (if more efficient)? Selection.Find.ClearFormatting
|
| How do I update ASK fields in a doc each time I open the doc with. | 24 Feb 2005 18:47 GMT | 3 |
I want the document to update all ASK fields when I open the document. I don't want to use a macro to do it. The FILLIN field does what I want, but I need to do it for the ASK field.
|
| How to find out whether a selection or range contains any bookmark | 24 Feb 2005 18:42 GMT | 2 |
I have to find out whether there is a bookmark within a certain selection or range of my word document and - if there is a bookmark in the selection/range - which name it has. I could iterate the bookmarks-list and check each and every bookmark.
|
| Enable/Disable submenu of a custome template menu? | 24 Feb 2005 17:29 GMT | 1 |
I have a custom menu in my template. Based on a userform selection I would like to disable or enable some of the submenu items. How can this be done?
|
| How do I get the year before the savedate of a document? | 24 Feb 2005 16:57 GMT | 5 |
I have got this document that I have to print every year and I want to automize it. So, I am creating a template with all things that are nearly the same for each year. This includes the year it was saved in the header (no problem
|
| Create custom document property vs just change value | 24 Feb 2005 16:12 GMT | 1 |
I need to be able to change the value of a custom document property if it exists, and if it doesn't exist, create the CDP and set the value at the same time. The following creates a CDP, but crashes when I try to update the CDP. What
|
| macro to find field code in multiple headers | 24 Feb 2005 15:45 GMT | 1 |
I am trying to create a macro that does a find and replace on a field code only in the header sections of a document. The document has several diffenet header sections and I am trying to search for variations of the PRINT code and replace it with blank (""). An
|
| scope of variables | 24 Feb 2005 15:22 GMT | 2 |
If I have VBA code in a Word document which is using a module, some forms and ThisDocument (ie Document_Open and Document_Close), where should I declare Public variables so that they are accessible to the whole thing? In the past I would have declared such variables in the Module ...
|
| envelopes and labels | 24 Feb 2005 15:17 GMT | 2 |
Is there a way to put the "envelopes and labels" button on the desktop? I print alot of envelopes and instead of having to open word each time and then going to tools etc. I would like to just click a button on the desktop that opens for envelopes and labels.
|
| CLICK HERE BLOCK OR FORM FIELDS | 24 Feb 2005 15:05 GMT | 1 |
I work with documents that are 10 pgs long and have form fields or click here blocks throughout the document to insert repeat forms like...Company Name or a Person's name. How do I set up my form fields so that when I insert the company name in the first click here block, it ...
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial February posting | 24 Feb 2005 14:31 GMT | 4 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| Adding a custom Menu to Menu Bar | 24 Feb 2005 13:59 GMT | 5 |
I have added a menu item to the menu bar, but cannot get it to stay there. I have put it on a custom template, but once you run the template and it becomes a regular document, the menu item is gone. I need for it to stay there because it is there for the form user to access to ...
|
| Turn off "requsting virus scan" | 24 Feb 2005 12:25 GMT | 1 |
I may be wrong, but I believe that the default in Office XP is to force Office docs to do a search for an installed virus scanner, and this behavior is based on VBA. Does anyone have any information on how to turn this "feature" off?
|