| Thread | Last Post | Replies |
|
| How to insert if, skipif fields in vb? | 12 Nov 2003 19:45 GMT | 7 |
In my document, I want to add a macro that would insert a picture (say "c:\blah.gif") if the merge field "LName" is empty. How would I do this in vb? Also, if I want to add a merge field, but at the same time I want to skip that field if the merge record # is divisble by 4, how ...
|
| Labels - 3up in Word 97/2000? | 12 Nov 2003 18:38 GMT | 2 |
Hi, I am trying to do a mail merge and print labels from an Excel spreadsheet - I have Word97 at work and Word2000 at home. I have it working fine, but I would like to repeat-print 3 labels across for each entry on the spreadsheet - can't figure it out, feel dumb! Any help
|
| Renaming a Mergefield using Delphi 6 | 12 Nov 2003 17:18 GMT | 1 |
How do I search and rename a mergefield in word using Delphi 6? I can search for the text in the document and also find the field using word.ActiveDocument.Fields.item(1).select
|
| Merging excel data in word | 12 Nov 2003 17:18 GMT | 1 |
In word 2000 my excel data spreadsheet merged easily into my word doc and when my excel data sheet was amended and changed to a new doc name I just when into the mail merge helper and selected the new file and it all merged OK.
|
| DataSource is unavailable in Word 2003 | 12 Nov 2003 15:59 GMT | 2 |
I write an application using VB6. With Word 2003, I cannot identify the datasource used when creating the original mail merge document. (The original document can have a datasource named anything under the sun. I do not
|
| Remembering Keyboard merges. . . | 12 Nov 2003 15:44 GMT | 1 |
I have a legal document that I used in WordPerfect. It was setup as a keyboard merge. Is there any equivalent in Word? I know how to use the Forms feature, but that will not work because I need flexibility in editing the text of
|
| Del Word Dok on disk after e-mail transfer = True | 12 Nov 2003 15:44 GMT | 1 |
When I use Word to ansver/create a mail I want the following to happend: If I choose send the doc by e-mail from Word (e.x. to a spesific folder in my local outlook), and the transfer to this folder is compleeted/ok - Then display MsgBox with OK! If the doc already is saved to any ...
|
| How do I delay sending emails via mail merge | 12 Nov 2003 15:44 GMT | 1 |
When I follow the mail merge wizard in Word I don't see an option of delay sending the emails. Does anyone have any solutions for this problem?
|
| Word2003: Some Query's of Access2003 not seen in the mailmerge wizard. | 12 Nov 2003 14:31 GMT | 3 |
When I try to use query's (created in access) to create a mailmerge in word2003, the wizard don't see most of the query's created in access. All query's where the Nz function is used (ex: Total: Nz([price])-Nz([reduction]) ... where "price" and "reduction" is a field
|
| Book of forms | 12 Nov 2003 11:23 GMT | 1 |
I am trying to automate production of a book of forms. Page 1 is the title of book and shows included page numbers (i.e. 121-161), page 2 and 3 are instructions, then follow 40 duplicate sequentially numbered pages followed by three pages of diagrams for photocopying I can create ...
|
| Mail merge - multiple fields combining into one merge field. | 12 Nov 2003 11:05 GMT | 1 |
I have a mail merge set up to pull data from excel into word. One of the fields appears to be pulling out the correct data from excel then adding the remainder of the row from
|
| Mail Merge issue | 12 Nov 2003 11:01 GMT | 4 |
I'm attempting to merge an Excel Spreadsheet with a table in Microsoft word... When the merge fields are inserted into the table in Word, everything looks ok, this changes when the documents are merged, for the first 2 fields the
|
| How do I merge using alternative fields?? | 12 Nov 2003 09:47 GMT | 1 |
I am trying to mail merge a letter where I have two different fields that could be used after Dear. One is a preferred field (less formal) the other would be used if the first one isn't a part of a record. For example the
|
| "Group By" or "Pivot Merge" | 12 Nov 2003 06:00 GMT | 1 |
I am looking to do something that is very similar to a Group By function in a database, or a pivot table in Excel. I have a table that looks something like:
|
| Subject Line | 12 Nov 2003 03:56 GMT | 1 |
I am using the following code from the Word WVP site and needs to know what code I can use to insert a subject line. Any help would be greatly appreciated. Dim Source As Document, Maillist As Document Dim Datarange As Range Dim Counter As Integer, i As Integer
|