| Thread | Last Post | Replies |
|
| Word 2002 installation problems | 13 Jan 2005 11:39 GMT | 1 |
I hope this is the appropriate forum for this question. I apologize for the length of my message but it has been a lengthy battle. I have a Dell Dimension 8250 computer with Windows XP. For the past several months I have had difficulty getting my Word 2002 to function properly ...
|
| optional 'pages' view in MSWord | 13 Jan 2005 10:10 GMT | 2 |
It would be a useful aid to navigating and working in longer documents to have an optional 'pages' view available to the left hand side of the screen as with 'Slides' in PPT and 'Pages' Adobe Acrobat
|
| HELP NEEDED. | 13 Jan 2005 03:13 GMT | 1 |
In his infinite wisdom, moved the formatting palatte in word off the screen and I can't seem to retrieve it. I've tried resetting the toolbars and the program and nothing seems to work. Any help would be greatly appreciated.
|
| Macro code to retrieve Dropdown field value within Word? | 13 Jan 2005 00:49 GMT | 2 |
I am new at creating Macros and VB code. I am trying to setup a Macro that is ran upon exit from a dropdown field in Word. I am wanting to check the value from the dropdown to fill data into form text fields. I have tried ActiveDocument but can't see what needs to be coded to ...
|
| Making template instructions disappear when user enters input | 12 Jan 2005 22:36 GMT | 2 |
Is there a way to make lengthy instructions (sometimes several paragraphs) automatically disappear from a template when a user enters input? I tried the MacroButton NoMacro field, but that is limited to instructions that are no longer than one line. This template details the ...
|
| VB 6 and CheckSpelling | 12 Jan 2005 20:47 GMT | 5 |
I'm developing a VB6 application where we want to use the MS Word CheckSpelling function to do spell checks in our application. Code: CheckSpellingError = Not oWord.CheckSpelling(sWord)
|
| How to customize the pop-up right-click menu in MSword? | 12 Jan 2005 20:01 GMT | 1 |
Using Word macros I have added two options to the right-click popup menu of MSWord. I want only Option1 to be displayed when the cursor points to a bookmark and option2 to be displayed when the cursor is placed on a normal line (not a book mark).
|
| Removing trailing carriage returns in Word VBA? | 12 Jan 2005 19:21 GMT | 2 |
Okay, so I've got a macro that's supposed to concatenate a bunch of documents together, separated by exactly one blank line. The thing is, I can't count on any specific number of blank lines at the end of each source document that I'm concatenating. It would be nice if, after I
|
| reducing font of a bookmark field | 12 Jan 2005 19:06 GMT | 10 |
I'd like to add some code that would check to see if the text of a bookmark field is two lines (containing a paragraph mark) and if it is, then to reduce the font of all those bookmarks to 10 point so it will fit in the allotted space in my form. Thanks, charlie
|
| Is there a way to delete reviewers in tracking changes? | 12 Jan 2005 18:51 GMT | 1 |
My computer has greater than 8 reviewers for track changes and my color is a duplicate of another. Is there a way to delete reviewers to get under 6 as this is the limit of color assignment by author?
|
| Accessing the "Printed Watermark" dialog in XP/2003 | 12 Jan 2005 16:06 GMT | 2 |
Is it at all possible to do a .Show directly to the watermark dialog you get to via the menu system clicks of Format -> Background -> Printed Watermark. We use this watermark dialog a lot and would like to bypass all the menu clicks.
|
| Capture the print instruction | 12 Jan 2005 15:23 GMT | 1 |
When someone prints a document, I want to have a macro that adds a watermark and header/footer information, but when the document is viewed on screen this information is not visible. What is the "capture print" instruction, I cant find it anywhere.
|
| Sharing macro ind Word 2003 | 12 Jan 2005 14:55 GMT | 1 |
What's the easiest way to share/distribute macros in Word 2003? I would prefer not to change NORMAL.DOT.
 Signature Br. Carsten
|
| Wd2003:AutoExit Macro Doesn't Restore Menu Items Customized by Aut | 12 Jan 2005 14:36 GMT | 1 |
I use a customized word 2003 template. In the AutoNew macro, I'm saving the commandbar settings in registry, deleting all commmandbars and creating some customized command bars. When the application is closed, the commandbar settings saved in the registry has to restored. I do it ...
|
| Problems Populating listbox2 with selected items from listbox1 | 12 Jan 2005 14:31 GMT | 3 |
I have been trying to move items selected in listbox 1 and move them to list box 2 but only 1 column is being transferred. the code I'm using is as follows Private Sub cmdSelectButton_Click() Dim TestArray()
|