Group: microsoft.public.word.vba.general
From: BHW
Date: Monday, March 24, 2008 8:36 PM
Subject: Re: sub autoexec() doesn't!

On Mar 19, 5:43 pm, aushknotes
wrote:
> Try renaming your module1 to AutoExec.
>
> "BHW" wrote:
> > 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


Will do, thanks.