sub autoexec() doesn't!

B

BHW

Does anyone know why the following code, placed in module1 of
normal.dot, will not execute:

Sub AutoExec()
Initialize_MyMRU
MsgBox "Initializing MRU from AutoExec"
End Sub

Is there another place I should put it?

Thanks, Bruce
 
J

Jean-Guy Marcil

BHW said:
Does anyone know why the following code, placed in module1 of
normal.dot, will not execute:

Sub AutoExec()
Initialize_MyMRU
MsgBox "Initializing MRU from AutoExec"
End Sub

Is there another place I should put it?

What Word version?
Is Word your eMail editor in Outlook?
If so, it shouldn't... It creates a mess as soon as you start using macros...

If not, what is
Initialize_MyMRU
?
 
B

BHW

What Word version?
Is Word your eMail editor in Outlook?
If so, it shouldn't... It creates a mess as soon as you start using macros...

If not, what is
Initialize_MyMRU
?

Word is my email editor in Outlook - that's the problem! Thanks.

PS MRU is a bit of code from Word Hacks that creates a long list of
recently used files.
 

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