| Thread | Last Post | Replies |
|
| How can I call a macro from an unviewable project | 19 Oct 2007 18:24 GMT | 4 |
I have a macro in a template that I can manually run using the Tools- Macros menu option. In the VBA editor though when I try and expand the document it's from in the project pane I get a messagebox titled "Project Locked" with a message of "Project is unavailable". I tried
|
| Disable command button | 19 Oct 2007 17:05 GMT | 5 |
I have created a tool bar namded "MyStandard", i want to disable a specific button when view of is changed to slide sorter. Is it possible ?
|
| linked drop down text box | 19 Oct 2007 10:13 GMT | 2 |
i have a word form with a drop down text box. depending on what is chosen i would like two other boxes to be populated. Can anyone point me in the right direction?
|
| Renaming documents from text within the document using existing Ma | 19 Oct 2007 07:23 GMT | 9 |
I've been working with the following Macro to seperate a large document into individual documents. The Macro saves these new documents as "test_1.doc", "test_2.doc," etc. Everytime I run the macro, I have to then go back and rename all the documents manually. The first line of ...
|
| MVP Userform How2 question for Doug Robbins | 19 Oct 2007 07:15 GMT | 2 |
At the MVP website location: http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm ...Under Step 2, Doug says that after creating a bookmark, "You can then use a cross reference to the text of the bookmark if you want the same
|
| Automatic update of footer macro | 19 Oct 2007 07:15 GMT | 1 |
I'm posting this for a user who sent me the following query, which I've inserted below as submitted to me: "Hi , Don't know if you know any VBA but I have a problem that I haven't been able
|
| Placement of data from several Userforms in a document | 18 Oct 2007 23:10 GMT | 5 |
Who can give me some advice? I created a template with several Userforms that are linked (you are directed to the next Userform by clicking the Next button). How can I gather al the info that a user types and put it in the document
|
| Automatic Page Numbering Outside Header/Footer | 18 Oct 2007 21:34 GMT | 2 |
Hi! I'm trying to insert Page No. and No. of Pages text form fields (# of # format) in a protected MS Word form, but not inside header/ footer areas. Is this possible by using macros, autotexts, etc.? If it is, can anyone help me on this?
|
| Can you suggest modifications to speed up this function? | 18 Oct 2007 21:01 GMT | 2 |
What I am trying to do it to go through a list of Word documents and create an array containing two parameters for each TOC entry. The first entry is made up of the filename, a "|" as a delimiter and the TOC entry text (includes all levels up to that point concatenated with a >) ...
|
| INCLUDETEXT w/DOCVARIABLE | 18 Oct 2007 18:57 GMT | 1 |
I have two documents, “DOCUMENT A” reads, “Thank you for the amount of {docvariable MONEY}, etc..... “DOCUMENT B” reads: “I received your payment,, {include text \\server\path\documentA.doc}. Your prompt payment etc, etc…”
|
| Getting the number of REF fields | 18 Oct 2007 17:50 GMT | 1 |
I need a count of the cross-references in a (big) document. ActiveDocument.Fields.Count tells me how many fields of any kind there are, but I don't see how to narrow it to just REFs. Anyone know how to get this?
|
| Error on updating fields | 18 Oct 2007 14:35 GMT | 4 |
Group, While trying to update fields in a document, I am continuously getting the error: "One or more of the fields in the selection could not be updated". I've done the same steps for months, (ie, type the doc, insert the fields,
|
| Macro very slow in Word 2003 | 18 Oct 2007 14:29 GMT | 2 |
Back in June, I posted a problem on this newsgroup about as macro that searches for a regular pattern in table cells and defines tab positions if the pattern is found (Thread 'find, format tabs and replace in table cells'). Thanks to Helmut Weber, my initial attempt
|
| Macro to print watermark | 18 Oct 2007 13:37 GMT | 7 |
Thanks to this group I have code to print the part of a document located between two bookmarks: Set r = ActiveDocument.Range( _ Start:=ActiveDocument.Bookmarks("DocStart").End, _
|
| Tidying up code - printing macro | 18 Oct 2007 13:24 GMT | 2 |
I need help tidying up my code or making it easier to reference. I have a few macros that do similar things each one sets a different paper tray on the printer. You will see that I have written it so that it checks the printers location
|