| Thread | Last Post | Replies |
|
| counting how many replaced | 15 Feb 2004 08:14 GMT | 1 |
I have this macro which replaces "r" with "t" in the document. Selection.find.ClearFormatting Selection.find.Replacement.ClearFormatting With Selection.find
|
| Retrieving portion of a document | 15 Feb 2004 05:49 GMT | 3 |
I have inserted text inside a word document using INCLUDETEXT functionality of Word There are around 50 such fragments of data that users will move around the document I have created an add-in that will read through all such fragments and update the data source to keep them up to ...
|
| Word 97 - Routing Slip and Message Default Text | 15 Feb 2004 04:37 GMT | 3 |
Is there some way to get at the default body text in the e-mail message when using the Routing Slip method? The only information I can locate is the article by Astrid Zeelenberg which cites the default text as being a
|
| find first empty line | 15 Feb 2004 04:37 GMT | 1 |
i want a macro to search in a documend and when finds the first empty line then select and copy the text above the empty line till the begining of the document. for example.
|
| Setting a Macro to start on startup | 15 Feb 2004 04:18 GMT | 3 |
|
| RestartListNumbering now XP compat | 15 Feb 2004 02:58 GMT | 3 |
(Reposted from Word PC mailing list) Those of you who have been hanging around this list sucking down words of wisdom from all and sundry will remember my list restart breakthrough - the first macro to attach to a toolbar / shortcut to
|
| Using REF field | 15 Feb 2004 02:01 GMT | 2 |
Trying to use the REF field and having some problems. I have a user form that is filled out, the form then updates several bookmarks in my document. I have several other locations where I want to use the same information so I was using the REF field as follows: {REF BM_1} ...
|
| ActiveDocument.save | 15 Feb 2004 01:42 GMT | 1 |
This ought to be simple (surely!) but it is giving me grief. Any suggestions gratefully received! At the end of Sub Document_New, I try to save the ActiveDocument, like this: ActiveDocument.Save
|
| Removing spaces from a varible | 15 Feb 2004 00:56 GMT | 1 |
I have data i am pulling from a mainframe screen. 1 of the varibles is 72 characters long and contains customer first name, Mi and last name. I need to parse the variable into fname, lname, Mi. Is there a way to just go through the varible and
|
| rng.InsertBefore and Protected Documents | 15 Feb 2004 00:42 GMT | 2 |
I am just getting to grips with Word Formfields and document protection and have come across a couple of related problems. 1) A section of the (paper) form has a blank area for people to write in as many relatives as possible, on one each line. I have replicated this by
|
| VBA Help | 14 Feb 2004 23:05 GMT | 2 |
Our mainframe formats some of our reports to have multiple reports in one file end-to-end. Each report begins with SAM5XXX. I would like to put a page break at each instance of SAM5. The below macro works, but it puts a blank page at the beginning of the document, thus the two ...
|
| Working with controls in a word document | 14 Feb 2004 23:00 GMT | 5 |
In WOrdXP I have a word form (not a user form, but a word doicument created using the form facilities) in which I wish to manipulate the controls I have in a form. If I use code like:
|
| How to reveal the macro a button is set to? | 14 Feb 2004 18:06 GMT | 5 |
Good morning, I have a custom toolbar with several buttons on it. How do I determine the macro that is attached to any particular button? TIA
|
| Is it possible to populate a listbox with Outlook contacts | 14 Feb 2004 10:03 GMT | 1 |
Is it possible to have a userform in a word template. In there you have a listbox. The contents of the listbox populates a bookmark in the template. The listbox is populated through outlook contacts. I think the problem is that the contacts is in another users account and
|
| QUOTES "word" | 14 Feb 2004 05:38 GMT | 5 |
Office 2000. Windows 200 Pro & Windows M I would like to develop a method to select all text and puts quotes ("word") around each word that I select For example - Microsoft Word is better than everything else Would become - "Microsoft" "Word" "is" "better" "than" "everything" "else"
|