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.