Pop up message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to have a pop up message flash to users whenever they open a
specific excel file?
 
Private Sub Workbook_Open()
MsgBox "This is a message"
End Sub

Copy/paste into Thisworkbook module by right-click on Excel Icon left of "File"
on menu bar and "View Code".


Gord Dibben MS Excel MVP
 

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