| Thread | Last Post | Replies |
|
| Compile error in User Form | 28 Apr 2006 23:04 GMT | 1 |
I am trying to setup a User Form as outlined at http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm My bookmarks & fields are named corpname
|
| HeaderFooter | 28 Apr 2006 22:16 GMT | 2 |
Today I was playing around with a macro to add a new section and kill the link to previous header and footer. Some apparently working code is posted at the end of this message if anyone is interested.
|
| Cell height when text is wrapped | 28 Apr 2006 21:46 GMT | 3 |
1 Rows in the third column of table pasted into Word 2000 from XL has text wrapped in many cells but the (row) height of the individual cells does not always equal what it should be for the number of wrapped rows of text in the
|
| mailmerge or formfields | 28 Apr 2006 20:41 GMT | 3 |
Hello List, I have a question. I was wandering what the best method is to put data into a word document. At the moment I am using mail merge, but I heard that mail merge does a maximum of 63 fields?? Is this true. I am currently at 59
|
| Is it possible to only export completed form results to a new file? | 28 Apr 2006 20:26 GMT | 4 |
Hello all, I have been presented with a project that involves Forms that I am not able to resolve. Basically I have been asked to create a document template where other team
|
| Drop-Down list | 28 Apr 2006 20:15 GMT | 3 |
I have a program that pulls up the cross-references for any existing figures in a dropdown box. This program has not problem showing the figures if there are 1 to 8 figures; however, if there are more than eight figures in the document, you don't see them listed. Please let me ...
|
| Userform variables with bookmarks | 28 Apr 2006 19:25 GMT | 9 |
Currently, I am using the following vba code to insert a checkmarked item at a bookmark: If UserForm1.CheckBox1.Value = True Then With ActiveDocument
|
| Add rows/form fields on doc w/ multiple tables & calculate | 28 Apr 2006 18:55 GMT | 4 |
I have a document that contains three tables. The second and third may contain 0 to X number of rows, depending on user input. The second table has 7 columns and a form field text input for each cell, except the first row is headers. The 7th column form field contains a
|
| Template | 28 Apr 2006 18:26 GMT | 5 |
How can I apply a document template which was stored in a certain location to any word document. Is it possible to do this using VBA. If yes, How?
|
| Table cell margin value | 28 Apr 2006 18:25 GMT | 2 |
I'm looking to understand the cell width in a table. Word takes more margin between text and column line than Excel. Does anyone know what is the exact margin Word use ?? As example, in Excel, if you enter 15 "a" (aaaaaaaaaaaaaaa) in a cell with
|
| REF Field | 28 Apr 2006 17:54 GMT | 2 |
I have a form where a name (first and last) is entered into a text form field. I also have inserted a REF field in order to have the same data placed on a second page. The second page field is a larger, bold font. As the form is filled out, the data is being filled in but the ...
|
| Inserting text into a specific document? | 28 Apr 2006 17:33 GMT | 3 |
I have a question about insering text: I want to create a new Word document using VBA and insert text into that document uring VBA. Since the text is quite large, it may take some time. During that time, users may want to read their email (using Word) or edit text in another Word ...
|
| How to intercept Save() | 28 Apr 2006 17:28 GMT | 3 |
Howdy, I need to call UndoClear periodically during a process. The problem is that the process runs for hours and Word grows to 300+ Megs and crashes before the process finishes. Alas, I don't control what goes on in the process so I
|
| Inside Word Objects | 28 Apr 2006 16:00 GMT | 5 |
I'd like to know how Word keep tracks of all the objects used in a document. When a document with several paragraphs (or other objects) is open, Word populate the set Document.Paragraphs object with several
|
| Count customize styles | 28 Apr 2006 15:55 GMT | 4 |
I have 3 customized styles( lets call them "Pass", "Fail", "NA")... How can I count these without using the number of instances feature in the styles modified dropdown. Thanks
|