I want to call a userform from one template to another template.
And...?
If AnotherTemplate is a global, I would have a macro in the global that
launches the UserForm and use:
Application.Run "macroname"
in OneTemplate to launch the UserForm in AnotherTemplate.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
>I want to call a userform from one template to another template.