I think you would have to use the approach described at
http://word.mvps.org/FAQs/MacrosVBA/WordDlgHelp.htm
with the dialog boxes named
wdDialogMailMergeOpenHeaderSource
and
wdDialogMailMergeOpenDataSource
However, if you want to extract the name that the user selected in the
dialog, rather than simply executing the dialog, be careful because the name
returned my just contain the file name and not the full pathname of the
file.
Peter Jamieson
> In Word 2000 I have a simple macro to do a mailmerge, however the header
> and
> data source will be in differenct locations for different users. Is there
> a
> way to include the browse function in a macro?
Robo - 26 Feb 2007 23:33 GMT
Thanks Peter, that's exactly what I needed.

Signature
Robo
> I think you would have to use the approach described at
>
[quoted text clipped - 20 lines]
> > a
> > way to include the browse function in a macro?