Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JudyL

  1. JudyL

    document assembly using Word 2003 Mailmerge

    My paper trays are set in Page Setup. I am not sure what you mean by "How are you trying to print". The merge results in a merged document and then I send it to the printer. As you know, when you do a mailmere, each time you merge to a new record, a section break is inserted. That seems to be...
  2. JudyL

    document assembly using Word 2003 Mailmerge

    I am working on a project for a client who uses Word 2003. they are merging a mailmerge main document with an Excel 2003 file. Each data file record has a field in it specifying the path and another specifying the document and the rest of the record providing data to merge to the document...
  3. JudyL

    changing to a printer and changing the default tray in Word 2003

    Thanks for the reply. I will try your suggestions.
  4. JudyL

    changing to a printer and changing the default tray in Word 2003

    To answer your comments: Quote: When the mailmerge is done, it runs a MailmergeAfterMerge event that unlinks the fields in the resulting document. There should be no need to do this. All mergefields are unlinked during the merge. The only fields that might not be are those containing other types...
  5. JudyL

    changing to a printer and changing the default tray in Word 2003

    I have a macro that changes the active printer and then runs a mailmerge. When the mailmerge is done, it runs a MailmergeAfterMerge event that unlinks the fields in the resulting document. I also want the event code to change the default tray for the printer. When I run the merge, it crashes...
  6. JudyL

    word 2003 mailmerge event

    if you want to change the wording in the resulting document based on what is in the Excel data file (that is the data in the merge fields), why don't you use the "If" merge statement to check the value of a field to determine what wording should be in the final document?
  7. JudyL

    Excel 2007 and Crystal Add-in

    My guess is that the macro language would need updating for Excel 2007. The later versions of Crystal don't use the add-in anymore. You can just create a file based on an Excel file. Start your report from Crystal instead of Excel.
  8. JudyL

    Formatting a picture during Word mailmerge

    Thanks for your reply. I am using the INCLUDEPICTURE field because the picture file to be include varies depending on the value of a field. Because of that the first method won't work. I tried putting the code in a text box but it only sizes the text box. The picture gets cropped. It looks like...
  9. JudyL

    Formatting a picture during Word mailmerge

    In Word 2003, during a mailmerge, I want to use the mailmerge If statement to include specific pictures depending on the value in the field. I have gotten that part to work. My problem is how to size the graphic. I can position it by using Advance codes just before the If statement. I just need...
  10. JudyL

    Word 2003 Mail Merge Events

    I know it can but I have to think of the abilities of the client for whom I am doing this. They can handle modifications to the merge language but vba is beyond them. Though I love to get the work, I do need to keep their budget in mind. It's all about ease of maintenance.
  11. JudyL

    Word 2003 Mail Merge Events

    Thanks but I think the assembly of the 130 various file combinations that can be brought in based on field values is too complex to have the whole merge process handled completely by macros. I am also familiar with vba but had not used the Mailmerge events before. I think I will use a...
  12. JudyL

    Word 2003 Mail Merge Events

    Thanks.I am familiar with the merge language and have used it quite a bit. This is not a directory or catalog merge. It is a letter of confirmation that has optional text depending on the values in the fields. Your suggestion of having the whole table come in with two versions of it might work...
  13. JudyL

    Word 2003 Mail Merge Events

    Thanks for the quick response. To give you an example, depending on the value of a field, we want to include a file. The file contains a couple of rows of a table that will be placed directly beneath an existing table. The macro would combine the two tables. I know I can use the merge coding to...
  14. JudyL

    Word 2003 Mail Merge Events

    I am converting some old (very old) WordPerfect Mail Merge main documents to Word 2003. In the old WordPerfect files there was a mail merge statement that allowed you to nest forms and nest macros. The nesting was triggered by If or Select Case mail merge code so that different files or macros...

Part and Inventory Search

Back
Top