View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
venkat venkat is offline
external usenet poster
 
Posts: 11
Default how do i create a start up message each time a document is opened?

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

"Dane" wrote:

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