| Thread | Last Post | Replies |
|
| purging docs from folders | 09 Jun 2004 00:18 GMT | 2 |
Hi, I need to purge documents from a folder on a daily basis. Is there a vba script that can do this automatically. Any help greatly appreciated. Mikey
|
| Close & No Save | 08 Jun 2004 23:46 GMT | 3 |
Is there a way to close and NOT save a document without the prompt? Thanks, Kacy
|
| Can Someone Help me fix this macro? | 08 Jun 2004 23:40 GMT | 2 |
I have created a macro in word that inserts a new section break on a new page, opens the header on the new page, unlinks the new page header from the previous, selects and deletes the image in the header, and then replaces it with one specific to the macro. The macro works except ...
|
| document with mail merge fields | 08 Jun 2004 23:39 GMT | 1 |
I have a document that containts a table with 3 linked fields displayed on 3 rows in a cell is it possible, if the fields are null, to remove the line in order to do not let a free line space as shown
|
| Insert Text box entry | 08 Jun 2004 23:33 GMT | 1 |
Hi, I hope someone can help me I want to insert a text box that prompts the user to enter a keyword when it is run. Once its run a box appears on screen that the user enters their "keyword" into and it clicks enter/Ok and then it inserts that word in the correct style Is there ...
|
| Tables | 08 Jun 2004 22:59 GMT | 2 |
Using Word 97: I am creating tables "on the fly" from code as, when and where required thus: Set myTable = ActiveDocument.Tables.Add(Range:=Selection.Range, _
|
| Hide Menu Bar | 08 Jun 2004 19:26 GMT | 1 |
When I go to view, toolbars and try to uncheck "Menu Bar" it is as if it is locked and will not let me uncheck it. Is there someway of unlocking this to uncheck the "Menu Bar"?
|
| wdActiveEndAdjustedPageNumber | 08 Jun 2004 19:20 GMT | 9 |
Is this a bug, or a corrupted document? Say, there are 100 pages in a document, including a few section breaks (all odd page), then if I use something like the following, I would expect wdActiveEndAdjustedPageNumber to return a different number for each page
|
| Macro on opening | 08 Jun 2004 19:19 GMT | 2 |
How do you create a macro that executes upon opening the document. I thought I could do this by naming the macro autoexec Thanks Kim
|
| Very Slow character counting in Word 2003 | 08 Jun 2004 18:42 GMT | 24 |
I am writing a character counting application which needs to go through hundreds of Word documents, counting the characters in each one. I need to do things like count double for bold/italic/underline and count font transitions, etc., so just asking Word for a char count
|
| How to figure out pages for header/footer? | 08 Jun 2004 18:40 GMT | 4 |
I need to figure out, for each type of header/footer (Primary, First Page, Even Pages), on how many pages does this header appear? What I am doing right now is using Range.Information(wdActiveEndPageNumber) to figure out the last page
|
| Enclosing Bookmarks do not update correctly | 08 Jun 2004 18:12 GMT | 2 |
I have a Word VBA Userform that updates bookmarks in my document. This code was originally posted by Aubrey (Thank YOU!). The code loops through the controls on the vba form and then pushes the data back to the word dock using bookmarks that have the same name as the vba text ...
|
| Revising Macros without Losing Autotext | 08 Jun 2004 18:02 GMT | 2 |
First, a quick thank you to all of you who devote your time answering questions like these, even if sometimes the answer is that it can't be done We have a network of 150 user workstations running MS Word 2000. Each of these machines has a modified Normal.dot holding a large ...
|
| Removing the .doc extension in the header | 08 Jun 2004 17:40 GMT | 2 |
I have created a template with the filename in the header but would like it to automatically remove the .doc extension. Any suggestions? Thanks!
|
| Enclosed Bookmark Doesn't update correctly on Push | 08 Jun 2004 17:22 GMT | 1 |
I have a Word VBA Userform that updates bookmarks in my document. This code was originally posted by Aubrey (Thank YOU!). The code loops through the controls on the vba form and then pushes the data back to the word dock
|