how do i create a start up message each time a document is opened?

D

Dane

I have created a shared Excel document. Each time the document is opened I
was wanting a message to be displayed to the user.
 
V

venkat

open an event code
thisworkbook_open
under this put a code
msgbox "............................"
 
Top