PDA

View Full Version : Solved: Using VBA - Invoke Merge to Printer Dialog



Victor
03-03-2009, 07:16 AM
Hi all:

I am looking for the command in VBA Word to invoke the Merge to Printer Dialog.

Is the command in the merge menu in which one select from the following options:

1- All Records
2- Current Record
3- From-To record

Thanks for the help.

Victor

macropod
03-04-2009, 03:40 AM
Hi Victor,

Try:
Application.Dialogs(wdDialogMailMerge).Show