• Call Mail merge Wizard (2007)

    Author
    Topic
    #457364

    How would I call either in VBA or Macro the mail merge wizard to be already pointed at a particular table or query?
    Thanks

    Viewing 0 reply threads
    Author
    Replies
    • #1146574

      You can perform a mail merge entirely from code, but I don’t think you do what you want.

      • #1146697

        In other words there is no docmd…. that calls the mail merge wizard?

        • #1146731

          In Word 2003 and before, you can display the old mail merge helper:

          Application.Dialogs(wdDialogMailMergeHelper).Show

          And in Word 2002/2003 you can activate the Mail Merge task pane:

          Application.TaskPanes(wdTaskPaneMailMerge).Visible = True

          Presumably, if you open the correct data source using code, then run either of the above, they’d show the data source.

          But I don’t know what the equivalent in Word 2007 would be.

    Viewing 0 reply threads
    Reply To: Call Mail merge Wizard (2007)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: