I have an AutoExec macro in a '.dot' project saved in the StartUp folder. It
is supposed to run everytime I run Word. It does, except that if I have
previously started Outlook (with Word selected as Outlooks e-mail editor),
the AutoExec will not automatically run. Why? How can I get the AutoExec
macro to run regardless of Outlooks presence.
Thanks.
Ed
Jonathan West - 29 Apr 2005 11:16 GMT
>I have an AutoExec macro in a '.dot' project saved in the StartUp folder.
>It
> is supposed to run everytime I run Word. It does, except that if I have
> previously started Outlook (with Word selected as Outlooks e-mail editor),
> the AutoExec will not automatically run. Why? How can I get the AutoExec
> macro to run regardless of Outlooks presence.
Unfortunately you can't. What does the AutoExec do roughly? Is there any
user-initiated action that you can trigger off?

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Charles Kenyon - 29 Apr 2005 18:09 GMT
You can get the AutoExec to run by not using Word as your email editor.

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://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
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 have an AutoExec macro in a '.dot' project saved in the StartUp folder.
>It
[quoted text clipped - 6 lines]
>
> Ed