View Single Post
  #2   Report Post  
Posted to microsoft.public.access.formscoding,microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default how to Pause a VBA procedure until user presses Enter

Only with some kind of InputBox or MessageBox.

--

Vasant

"Paul James" wrote in message
...
Is there a way to suspend execution of a VBA procedure until the user

takes
a specific action like pressing the Enter key?

Thanks in advance,

Paul