Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AutoOpen not running

Status
Not open for further replies.

Fr33dan

Programmer
Joined
Jun 28, 2007
Messages
79
Location
US
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)
 
Any chance you have another AutoOpen which might override it - say in Normal's ThisDocument.

Enjoy,
Tony

------------------------------------------------------------------------------------
We want to help you; help us to do it by reading this: Before you ask a question.

Professional Office Developers Association
 
That thought of that as well but there wasn't one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top