Welcome to the Board!
You can stall code by adding a Message Box (i.E. MsgBox "Do you want to continue?")
As for the button press, you can use the SendKeys method to incorporate a keystroke into your code. You can trigger it dependent on the users MsgBox response. See the VBA helpfile for decent descriptions of both.
Hope that helps,
Smitty