> From the View menu, select Toolbars and then check the Mail Merge item.
> That will cause the Mail Merge toolbar to be displayed and it contains
[quoted text clipped - 12 lines]
> > Thanks.
> > Heather
You can do it by creating an AutoOpen macro in your Normal.dot, e.g.
Sub Autoopen()
Application.TaskPanes(wdTaskPaneMailMerge).Visible = True
End Sub
(See http://word.mvps.org/FAQs/MacrosVBA/DocumentEvents.htm for furthe info.
about "Auto" macros and and
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm if you're unfamiliar
with VBA macros)
Personally, I prefer the toolbar which does /most/ of what mailmergers need
and occupies a lot less space, so I'm interested to know whether you simply
prefer the wizard or have to use it, e.g. because
a. you want to connect to an Outlook contacts folder within Word
b. you use merges that use Word's MailMerge events (one of which only works
properly if you start the merge from the wizard)
c. someone has customised your wizard
d. some other reason
Peter Jamieson
> Thanks, I have the toolbar up already, what I want is the wizard which
> comes
[quoted text clipped - 20 lines]
>> > Thanks.
>> > Heather
turtle-1975 - 01 Mar 2007 10:23 GMT
Hi,
Thanks! That works wonderfully. In answer to your question, I just find it
easier to use the wizard... and I never noticed that there is an 'edit
recipient list' type option on the toolbar (don't know how I missed it!).
Perhaps I'll be adventurous and start using the toolbar instead since I have
it there all the time anyway.
Heather
> You can do it by creating an AutoOpen macro in your Normal.dot, e.g.
>
[quoted text clipped - 43 lines]
> >> > Thanks.
> >> > Heather
Graham Mayor - 01 Mar 2007 11:40 GMT
In that case you should find
http://www.gmayor.com/mail_merge_labels_with_word_xp.htm useful.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi,
>
[quoted text clipped - 62 lines]
>>>>> Thanks.
>>>>> Heather
turtle-1975 - 01 Mar 2007 12:02 GMT
Thanks.
> In that case you should find
> http://www.gmayor.com/mail_merge_labels_with_word_xp.htm useful.
[quoted text clipped - 65 lines]
> >>>>> Thanks.
> >>>>> Heather
Peter Jamieson - 01 Mar 2007 12:44 GMT
Thanks for the feedback...
Peter Jamieson
> Hi,
>
[quoted text clipped - 62 lines]
>> >> > Thanks.
>> >> > Heather