pop-ups?

  • Thread starter Thread starter just1creation
  • Start date Start date
J

just1creation

how can i have a pop-up window as soon as i open a certain
spreadsheet...
 
open the workbook
press "alt-f11"
double click "this workbook", it's a Microsoft Excel Object

Private Sub Workbook_Open()
msgbox("whatever text you want")
End Sub

press alt-f11 to get back to your sheet
 

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