| Thread | Last Post | Replies |
|
| TOC Problem | 29 Oct 2004 11:33 GMT | 1 |
I keep having the following problem, I create a long document in VBA then I insert in VBA table of contents and it keeps making entries for normal text even though this type of text is not included in the TOC list. When I insert the table of content manually the samething happens ...
|
| Saving Files -Name derrived from text in document | 29 Oct 2004 04:18 GMT | 2 |
I have a template which automatically assigns invoice numbers to each document. I want to make ti so the file is automacically saved based on the invoice number. The invoice number is in a bookmark Any help would be appreciated
|
| run a macro | 29 Oct 2004 03:01 GMT | 6 |
I need to run a macro in a mail merge, but i need it to run automatically each time a new record is viewed. How do i accomplish this?
 Signature Russ
|
| How to select a series of cells in a table? | 28 Oct 2004 23:04 GMT | 5 |
I have a multiple row and 2 column table. I would like to select a certain number of cells that is in column 1. Say that I want to get rows 2 to 10 of column 1, how would I go about doing that? Thanks in advance.
|
| Macro to center tables? | 28 Oct 2004 21:39 GMT | 3 |
I am working on a 275 page document that has 1 table per page. I want to make a macro that finds every table in the document and centers it on it's page. Is this possible?
|
| change Word template with macro | 28 Oct 2004 20:49 GMT | 2 |
We have hundreds of Word files that are pointing to the wrong UNC path on our server - due to an upgrade. Using the code from http://www.gmayor.com/batch_replace.htm, I can replace text within the file and any other document property but cannot alter its
|
| Adding .doc extension to text file | 28 Oct 2004 18:55 GMT | 1 |
I am trying to add ".doc" extension to text files (that have no extension), but I'm missing the boat. All the files in C:\TextFiles need the extension. I have unsuccessfully tried this: Sub renameFiles()
|
| Calculate a table cell | 28 Oct 2004 18:44 GMT | 6 |
I have a request for what I assume will be a short macro, and would be very grateful if an experienced reader of this newsgroup could reply with the necessary sub-routine to accomplish it. I've got three separate Word documents each containing lots of tables with
|
| nested tables | 28 Oct 2004 17:28 GMT | 6 |
how can i get a reference to the topmost table when i have a reference to a nested table?
 Signature Patrick
|
| Macro "description" | 28 Oct 2004 16:09 GMT | 3 |
In the Alt-F8 macro dialog, the text box at the bottom of the dialog is labelled "Macro Description," but contains the uninformative content, "Macro created/recorded [date] by [name]." How does one edit this description? If I edit the text in the text box itself, there
|
| To show Editable Data from DB in Word 2003 ........... | 28 Oct 2004 15:46 GMT | 3 |
I have to code an application which picks up data from DB,shows in word2003 , and user can edit the same data, so if user Clicks on a Table colums 1 , a small text box will pop up with existing value say "a", and if user changes it to "b" , and closes the Text box, in Table column 1 ...
|
| Footnote options problem | 28 Oct 2004 12:59 GMT | 4 |
I've got a problem using Dialogs(wdNoteOptions) to change footnote options. We're using code to intercept the insert footnote command to make sure that footnote references at the bottom of the page are not superscripted. The code is slightly modified code copied from the MVP site ...
|
| merge a 1600 record datasource into 1600 separate documents | 28 Oct 2004 09:02 GMT | 4 |
I am trying to merge a 1600 record source into 1600 separate documents. I don't want the end result to be 1 document to be with 1600 pages but 1600 separate documents. Has anyone ever done this or do you know if it can be done?
|
| Rows count in a cell | 28 Oct 2004 08:57 GMT | 3 |
Hi, I have tried to solve this problem yesterday evening with no result! I have to put some phrase in a table cell. Most of them fit in a single row, but some cannot fit in a single row and then take 2 row. I need to know when this happen because i have to avoid that other columns
|
| Option Button Caption | 28 Oct 2004 07:58 GMT | 3 |
Hello NG, I'm a teachers aide and have been writing quizzes in Word using the radio button (OptionButton), 10 questions in groups of 4 . Right now I just tell the student if they a re right or wrong and give the
|