How to get a message pop up when a macro has run?

L

LousieRobinson

I have a simple macro which transfers a persons details to a different page.
It runs by clicking a button. I would now like to have a message pop up when
the macro has run maybe in a pop up box. Is this possible?
 
J

JE McGimpsey

One way:

Put this line of code just before the End Sub line:

MsgBox "Macro has finished running"
 

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

Top