A
and
In Word XP, is it possible to have a macro run automatically when I open
a new document based on a given template (user selects the template in
the New Document side pane). How?
The purppose: I would like to have the Mail Merge toolbar to be
displayed always when I open a mailmerge document based on this template.
Is this the right statement to do this:
objWord.CommandBars("Mailmerge").Visible = True
Best,
ANDy
a new document based on a given template (user selects the template in
the New Document side pane). How?
The purppose: I would like to have the Mail Merge toolbar to be
displayed always when I open a mailmerge document based on this template.
Is this the right statement to do this:
objWord.CommandBars("Mailmerge").Visible = True
Best,
ANDy