You need to create a macro linked to the workbook_open event on the
workbooks VBA tab to flash up the message box.
Private Sub Workbook_Open()
MsgBox "Hello"
End Sub
--
mrice
------------------------------------------------------------------------
mrice's Profile:
http://www.excelforum.com/member.php...o&userid=10931
View this thread:
http://www.excelforum.com/showthread...hreadid=533859