| Thread | Last Post | Replies |
|
| Make information on Window menu display as a toolbar | 12 Mar 2004 23:41 GMT | 2 |
Would there be any way to make the information in the Window menu in Word 97 display as a toolbar? That way, you could see what your open documents are without having to open the Window menu. Note: I'm not looking for SDI, which puts all the open Word documents
|
| Count the number of rows in a table | 12 Mar 2004 22:16 GMT | 1 |
I don't find anything on a menu to provide a count of the number of rows in a table. How would one go about coding a macro to do it? Word 2000
|
| check boxes created in VB | 12 Mar 2004 21:54 GMT | 1 |
I have added check boxes on my word document for the user the mark for a specific request but the code that I used doe not work..the boxes will not check or uncheck.Can someone help with this problem.
|
| grouping actions for undo | 12 Mar 2004 21:30 GMT | 5 |
This is my first attempt at writing vba things, so please excuse me if I'm asking obvious things here. I'm trying to do the following: when a button in the toolbar is pressed, a form should show up, with some field that can be filled in. When 'ok'
|
| Printing problem | 12 Mar 2004 19:33 GMT | 1 |
I've got a problem with printing a document(see code below). The document has 5 sections and the print dialog allows the user to select the amount of each section they require printed. The issue being that, although the dialog works, there is a blank page printed between each ...
|
| Printing Table Gridlines not working | 12 Mar 2004 15:51 GMT | 2 |
I have used the following code in a VBA script ActiveDocument.ActiveWindow.View.TableGridlines = Tru I have only one document open, so I know that I have the active document. But I still don't see table gridlines when I print the pages Is there another property for displaying ...
|
| Transferring Macros | 12 Mar 2004 15:11 GMT | 2 |
Is there an easy way to transfer macros to another machine running Word. I have written a lengthy set of macros to perform a task. My secretaries also wish this program. Do I have to manually export the appropriate bas and frm files and then import them on the other computer, or ...
|
| Automate removing ">" characters | 12 Mar 2004 13:04 GMT | 4 |
Never did word VBA before but was wondering if there is a a way to program word to remove the ">" character from the beginning of every line of the cut and pastes I do out of the news group page into a word document.
|
| combobox | 12 Mar 2004 12:46 GMT | 1 |
i'm using the code below to populate a combobox. my form has several areas using the same information from this combobox but i have been unable to link more than one combobox to this code can someone help me out thanks phil
|
| Datasource count | 12 Mar 2004 11:41 GMT | 2 |
I have a word document linked to an excel spreadsheet, I would like to be able to count the amount of records that are in the spreadsheet. I thought this would give me the amount of records but it
|
| debugging across multiple files | 12 Mar 2004 11:37 GMT | 2 |
Ive hived off some VBA subs and functions into a seperate file "myaddins.dot" but am having some problem debugging them. I use them in "another.dot" say, with code like this Set dc = ActiveDocument
|
| Error 4605 / Fehler 4605 | 12 Mar 2004 10:12 GMT | 3 |
I'm using MS Mappoint to create route and then use its function to copy the calculated route to the clipboard. Then I'd like to paste it in my word document. Then the error 4605 occurs.
|
| Strange problem - Runtime error 91 | 12 Mar 2004 08:52 GMT | 3 |
Hi group Have been annoyed the last couple of days by the below problem: I am making Word templates with user forms. All these templates are using a common module (AutoExec) that I have placed in a separate Word template
|
| Import from Excel to Word Form, Save as Individual Files | 12 Mar 2004 07:48 GMT | 1 |
Hey guys- New to this forum, seems like a TON of great info here. I'm gonna pos this to a couple different threads, so I apologize in advance. I jus don't know the proper place for it...
|
| Import from Excel to Word Form, Save Individually | 12 Mar 2004 07:44 GMT | 1 |
Hey guys- New to this forum, seems like a TON of great info here. I'm gonna post this to a couple different groups, so I apologize in advance. I just don't know the proper place for it...
|