MAIL MERGE TOOLBAR

A

Aurora

I am using Word 2003

In Word 2000, the mail merge toolbar came up automatically when I opened a
merge file. It does not in Word 2003. If I bring up, the mail merge
toolbar, manually it stays up even when I am not working in a merge file. I
do not like toolbars are my screen that I am not using.

How do I get this to come up automatically when I am working in a merge file?

Aurora
 
G

Graham Mayor

The short answer is that you can't, because Word 2003 intends that you use
the task panes for merge. However it is a simple matter to add a macro to a
toolbar button to toggle the merge bar on and off as required eg

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

See http://www.gmayor.com/installing_macro.htm

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


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

grahambread

The essential tool to make this work seems to be the 'Mail Merge
Helper' (MMH) dialogue, which doesn't get used by default in Word2003.
In short if you use this tool to create a new or modify an existing MM
document it will subsequently display the MM toolbar when opening the
doc and remove it when closing.

What I have now done is to install the MMH button on my standard
toolbar. You can find it in Tools/Customize/Commands/All Commands/. The
button remains 'active' even if the current doc is not MM. Open a new
blank document and click on the MMH button to get the dialogue to
create a MM document (as we used to in Word 2000). Once you have linked
to your data source the MM toolbar will behave in the 'old' way. This
has worked for me with new docs and with old ones that previously had
not automatically displayed the toolbar in Word2003 but will do once I
reconnect to the data sorce using the MMH dialogue and then save the
doc.

Best wishes
Graham
 

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