| Thread | Last Post | Replies |
|
| Tech Eval | 30 Nov 2004 20:51 GMT | 5 |
Regulars here will acknowledge that I am a novice. Yesterday an OP asked how to automatically format repetive words in a different font style. I don't know of anything other than the spell checker repeated word marker that would automatically flag repeated words as the user ...
|
| Word 2000 Macros and Variables | 30 Nov 2004 18:35 GMT | 1 |
I added art 82111 processes Character for character to a macro to copy text from the clipboard to string variable and it is not working. I am getting error Only Text can be added after End Sub and it stops and highlights the first line
|
| Where can I find a simple introduction to using userforms in word. | 30 Nov 2004 18:32 GMT | 1 |
I'm looking for guidance, starting at the beginning... I want to be able to choose which user is writing a letter, and have their name, email address, and job titles appear in the appropriate places. Peter English.
|
| Changing Paragarphs in a Range | 30 Nov 2004 18:10 GMT | 9 |
I am interested in defining a range of paragraphs in the main story of a document based upon a selection and then chaging the first few characters in each paragraph in that range. When I try to update a paragraph using a "for each" loop the range is redefined apparently due to ...
|
| Editing bookmarks using late binding in C# | 30 Nov 2004 17:52 GMT | 1 |
I'm using C# and run into a problem. Does anybody know how to insert text into bookmarks in Word using late binding? If I use early binding everything works fine. What I want to implement is somthing like this:
|
| Inserting a graphic into a text line at a bookmark | 30 Nov 2004 17:14 GMT | 2 |
Inserting a graphic into a text line at a bookmark I have a Purchase Order Access form that generates a Word Document with the desired content. On the PO form there are several checkboxes that indicate flags to be placed on the purchase order
|
| Auto Installing Word Templates | 30 Nov 2004 16:47 GMT | 2 |
Can anyone help We have been asked to create a template, no problem there... However the template has to be automatically installed on
|
| Request for help to rearrange data... | 30 Nov 2004 15:25 GMT | 6 |
I'm working with Word 97 and I wish to rearrange a data source file so that it is consistent. For example, I have the following sample data records: "John Smith", "1 ABC Lane", "City State Zip" "Jane Smith", "2 DEF Blvd", "Apt G", "City State Zip" As you can see above the Jane Smith ...
|
| Answer box....where am i going wrong. | 30 Nov 2004 13:10 GMT | 1 |
Hi all, please find my code below....when i click on my Next button it tells me variable not dounf and highlights the answer part....i don't understand why this has happened...please could someone help. rivate Sub nxtbut_Click()
|
| Control Word from Excel: Open a Word Message Box | 30 Nov 2004 12:14 GMT | 2 |
I am writing VBA code in Excel that opens a Word doc from Excel, then pastes Excel content into Word and formats that content. At the end of the ride the Word doc is automatically saved using a file name that is created in Excel. All this works well. However before saving I would ...
|
| Populating a list box from a database | 30 Nov 2004 11:10 GMT | 4 |
Can I populate a list box in word from values within an access database? I am using Microsoft Word 2002/Access 2002. I want to be able to dynamically build the values within the list box from the result of a query within access
|
| Silence "continue with save" prompt | 30 Nov 2004 05:08 GMT | 3 |
I have a routine which opens a word document, saves it as text and closes the word document. I detect if word was previously open, if it is I leave it open and load my document. The SaveAs command forces a "The document may
|
| Leave text box | 30 Nov 2004 04:37 GMT | 2 |
I have a macro that cuts a selected block of text, creates a text box at the most recent manual page-break, and pastes the block of text into the text box. Then the macro needs to activate the main story on the active page.
|
| Setting Text color | 30 Nov 2004 03:12 GMT | 1 |
Is there any way to set an area to change color if overwritten? i want an easy way for novice users to track changes made to a document based on a template without using the 'track changes' feature. Example,
|
| Link graphic from excel using VBA | 30 Nov 2004 01:14 GMT | 1 |
I need to link a graphic in word using vba programmation (to be flexible). I use a merge with excel and for each record, there is a field which contains the name of the graphic (there is one graphic corresponding with the name for each field). I would like to say to word, the ...
|