Mail Merge toolbar

G

Guest

Hi,
I made a new mail merge with an excel document. I can't seem to find my mail
merge toolbar. It's not listed in View-toolbars. Also not listed in
customize-toolbar tab. I have another word document with a different merge
setup and I do have the toolbar available in that document. Just not in my
new one. Is there a step I missed somehow?? Thanks
 
G

Graham Mayor

The following macro should toggle the merge toolbar on and off

Sub MergeBar()
With CommandBars("Mail Merge")
..Visible = Not .Visible
End With
End Sub

however I am concerned that you claim the merge bar is not available from
view > toolbars, which suggests a corruption of the Word data key -
http://www.gmayor.com/my_toolbars_are_missing.htm or
http://word.mvps.org/FAQs/AppErrors/MissingMenusEtc.htm


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
G

Guest

Thanks for the info,
Do you think there is corruption even though I have the toolbar available in
a different merged document on this same computer??
Thanks
 
G

Graham Mayor

There's some corruption somewhere :) If it is only in the one document then
the document must be suspect.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top