Information Box

  • Thread starter Thread starter DR
  • Start date Start date
Hi,

1)Open the WorkBook in Excel
2) Press Alt+F11 (which should open the visual basic editor)
3) In the project explorer(Ctrl+R), Double Click the worksheet where you
want the pop up to appear
4) Copy paste the code below

Private Sub Worksheet_Activate()
MsgBox "You can enter what you want to appear in the popup here."
End Sub

HTH
 
Going to have some fun with that........

Do you know any more useful code like that one
 

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