View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul M[_2_] Paul M[_2_] is offline
external usenet poster
 
Posts: 7
Default Pause a VBA Module

Rick,

Try using the application.ontime event to fire a new macro (or the
continuation) of the routine.

HTH.

Paul M.
"Rick Campbell" wrote in message
hlink.net...
I'm trying to insert a pause in a module that will allow me to work on the
worksheet before pressing OK to resume the module. Can get the pause to
work, but can't get working on the worksheet to work. Any help would be
appreciated.

TIA

Rick