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
>