Use VBA to auto open Mail Merge Recipients on opening doc

N

Nucleo

Hi


what code would i use to open 'Mail Merge Recipients' automaticly when
i open the document?

(using word 2002)

thanks, Any help would be greatly appreciated
 
P

Peter Jamieson

Dialogs(wdDialogMailMergeRecipients).Display

is one way to do it.

Peter Jamieson
 
N

Nucleo

nice, now is there a way to also have one of more fields filtered
before hand?

based on a windows logon would be nice
 
Top