On Open

  • Thread starter Thread starter Heather
  • Start date Start date
H

Heather

Can anyone tell me how I can make a message box appear
when the user opens the workbook?

Thanks!!
 
Heather said:
Can anyone tell me how I can make a message box appear
when the user opens the workbook?

Thanks!!

Sub Auto_Open()
MsgBox "Hello"
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top