I have an AutoOpen macro in the Normal.dot file and the macro does not run when I open a file. The AutoExec In the same module runs. This is the code for the macro as it is now:
Sub AutoOpen()
MsgBox "The AutoOpen Ran this time"
End Sub
I'm running Office 97 on a Windows 2000 computer and I've tried it on another computer (Also running Office 97 but Windows XP)
Sub AutoOpen()
MsgBox "The AutoOpen Ran this time"
End Sub
I'm running Office 97 on a Windows 2000 computer and I've tried it on another computer (Also running Office 97 but Windows XP)