in Excel, how do I set up an alert popup when the file is opened?

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Scgaca,

Try something like:

Sub Workbook_Open()

MsgBox Me.FullName & " now open!"

End Sub

This is workbook event code and should be pasted into the workbook's
ThisWorkbook module:

Right click the Excel icon on the worksheet
(or the icon to the left of the File menu if you your workbook is
maximised)

View Code from the menu, and paste the code.

Alt-F11 to return to Excel.
 

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

Similar Threads


Back
Top