| Thread | Last Post | Replies |
|
| mail merge bus cards | 16 Sep 2005 11:36 GMT | 2 |
I am attempting to create bus cards / badges using mail merge and i am using heavy graphics. I have followed all directions - step by step but when I merge the labels are all creating the same name on one page and moving the new record to the next page, creating whole pages of ...
|
| merge printing | 16 Sep 2005 11:33 GMT | 1 |
Dear everyone I have two document that need to merge print with the same data file. After printing the document A, I also open document B and choose the same data from the data file and print it. Can I combine this two document (MS
|
| Mail merge data comes in wrong size font Why? | 16 Sep 2005 06:06 GMT | 2 |
Can anyone help me one of my merge fields produces the text in smaller font size than the rest Why?
|
| create conditional data in label mail merge | 16 Sep 2005 06:02 GMT | 2 |
I have a mail merge label document. I want to conditionally print one field - ie, if the <<Country Abbrev>> field is NOT US, then print the <<Country>> field otherwise leave blank.
|
| multiple page merge doc with multi sections, need to staple | 16 Sep 2005 05:18 GMT | 6 |
i have been using the formula to be able to staple multi pages of a merged doc Dim i As Long With ActiveDocument For i = 1 To .Sections.Count
|
| mail merge complicated | 16 Sep 2005 05:16 GMT | 1 |
I HAVE A MULTIPAGE & MULTISECTION DOCUMENT("DOCUMENT2") WHICH NEEDS TO BE STAPLED AND DUPLEXED. I NEED TO BE ABLE TO PRINT A PAGE FROM ANOTHER MERGE DOCUMENT("DOCUMENT1") BEFORE DOCUMENT2. IN OTHER WORDS FOR EACH RECORD, DOCUMENT1 WILL PRINT AND THEN DOCUMENT2(WHICH IS DUPLEXED ...
|
| merge to doc header and footer | 16 Sep 2005 05:12 GMT | 1 |
i have a document that has several sections. i have to merge it to a new document in order to run a macro on it. once the document has been merged the headers and footers alter from the original document. for example the footer on the last section appears on the first page of the ...
|
| Autorun mailmerge on open of document | 16 Sep 2005 00:42 GMT | 2 |
How can I setup a mailmerge document to automatically run the merge on open of the document? VB or a Macro? This is also Word 2000
|
| How do I mail merge to EMAIL from MS Word AND add a pdf attachment | 16 Sep 2005 00:15 GMT | 22 |
I have an SQL database that is queried. I use these queries to mail merge in word - with the output going to Outlook - so that each individual email is sent to the individual for whom it's intended. The only problem is that I want to also include a PDF attachment.
|
| Using OLE to change mailmerge datasource | 16 Sep 2005 00:05 GMT | 2 |
When I use OLE in VB or Visual dbase to load a MS word .doc file that is a mailmerge .doc file with an existing datasource, MS Word serivice pack 3 now jumps in to ask if I wish to use the following SQL command for that datasource. I know this is a new security feature in this ...
|
| Address block Formatting | 16 Sep 2005 00:04 GMT | 1 |
How do I get my zip codes to appear to the right of the City/State rather than below them? My Excel worksheet has a column for City/State and another for Zip Code. THANKS for any help!!
|
| how to print bar codes on mail merge documents | 15 Sep 2005 23:56 GMT | 1 |
I want to print the entire postal bar code(zip and zip4) on each mail merge document letter and I can't. It will print the entire bar code on an envelope, but I need it on the document to use window envelopes.
|
| Word Form in body of E-mail | 15 Sep 2005 23:55 GMT | 1 |
I am using Word 2003 and Outlook 2003. I need to E-mail forms from Word that are mail merged with data from an Access database. I want them to be easily filled out to encourage a greater response.
|
| Mergefield Two Dates One Field | 15 Sep 2005 23:52 GMT | 1 |
My Excel data source has dates entered in for example 9/15/05 format. In some cases two dates are entered into the same cell separated by a space. My Word main document has a mergefield for the date with a switch to format the date as September 15, 2005 (MERGEFIELD Date \@ "MMMM ...
|
| IF MERGEFIELD is not working... | 15 Sep 2005 17:06 GMT | 2 |
I am trying to use an if statement to put "and" between two fields as long as the 2nd field is NOT BLANK. The first field is called firstname and the second field is called secondname. Word recommends I use the following code:
|