| Thread | Last Post | Replies |
|
| capture onclick in document | 16 Jun 2005 05:22 GMT | 3 |
i need to capture an onclick event in the document, NOT in a control. mike g
|
| Template spell check and security | 16 Jun 2005 01:17 GMT | 1 |
I have a large number of template forms with fill-in fields. I've embedded a macro (below) that allows the document to be unprotected, spell checked, then reprotected using just a single toolbar button. The manager of the division now wants people to be unable to manually ...
|
| I don't know what I need! | 15 Jun 2005 21:05 GMT | 5 |
I am trying to set up a template document that will prompt me the choice of several paragraphs and then insert one of them into the document before prompting me for more choices depending on the outcome of the first option. I have no idea whether I need a macro or whatever. ...
|
| Toolbars command association | 15 Jun 2005 19:21 GMT | 3 |
This is probably a dumb question but I cant find the answer. Is there a tool or a way to find out what function/macro a toolbar button is calling? This would tell me what function the button is calling after it has been created.
|
| Update Docvariable in Footer as Section Changes? | 15 Jun 2005 18:49 GMT | 2 |
Is there any way of updating a docvariable that prints in the footer as the section changes? The document has an order on it which contains multiple shipments, one in each section of the document.
|
| macro for de-bolding | 15 Jun 2005 17:16 GMT | 7 |
I need a macro that can go through a file and two things: 1) every paragraph that is ALL bold (when I select these types of lines, they show up as totally bold) I need the macro to convert the paragraph (which is actually an article title in each occurence in this document) to a
|
| how do I insert the page number of the last page in a section? | 15 Jun 2005 17:09 GMT | 1 |
I have got a document in WOrd 2003 with multiple sections. On the footer of the first page of each section I would like to print something like: "Page 23 to 47", where 23 is the start page of the section, and 47 is the last page of the section. The first one is easy (as this is ...
|
| Footnotes & Range | 15 Jun 2005 14:58 GMT | 2 |
I have a problem with footnotes. How can I know if the current selection is inside the footnotes' area or is inside the document? I've tried with
|
| How Do I...... | 15 Jun 2005 14:37 GMT | 1 |
Anyone, How can I modify the following macro to repeat the action 20 times? TIA, Jerry Porter
|
| Setting a reference to a template in VBA | 15 Jun 2005 09:16 GMT | 3 |
I want to write a program in VBA that remove broken references to documents and then re establishes the reference. This is needed because the template has changed name and moved to another server. The code below does remove the broken reference. It even adds the
|
| Transforming adresses into full text | 15 Jun 2005 06:35 GMT | 1 |
I have a document (produced by mail merge from a ms-access query), containing many full paths of other documents (such as C:\mydoc\rose.doc). The adresses are always between two # signs (#C:\mydoc\rose.doc#), and there is no other # in the document for other purpose, i'm sure ...
|
| Field or Macro ? | 15 Jun 2005 05:06 GMT | 2 |
I have a template and in this template, the name of a person and address needs to be inserted in several places. I don't want a mail merge for a small document. Is there a field or macro that once I fill out the name once, the name will
|
| XP/Office 2003 inconsistent behavior while trying to create splits | 15 Jun 2005 04:24 GMT | 3 |
A custom built application's code is written to display two MS Word 2003 documents on a single screen by splitting the screen horizontally into two. One document is to appear on the top half of the screen, while the other document is to open up on the bottom half.
|
| Need to set "Wrapping Style Property" of inserted picture. | 15 Jun 2005 04:12 GMT | 4 |
I'm using the following code to insert a picture in a Word Document, however, I want the Wrapping Style Property of the picture to be set to "Behind Text". Sub Insert_Pic()
|
| Searching for and Selecting specific hidden text | 14 Jun 2005 22:04 GMT | 3 |
I have a document that has multiple lines of hidden text. How do I select just the text I want and make it visible? I've seen the code that will find the text based on format but it seems the find command does not include hidden text in its search.
|