View Single Post
  #14   Report Post  
Posted to microsoft.public.access.formscoding,microsoft.public.excel.programming
Paul James[_6_] Paul James[_6_] is offline
external usenet poster
 
Posts: 4
Default how to Pause a VBA procedure until user presses Enter

I never would have thought of remapping the Enter key, then using the
remapping to start the remaining procedure. Very clever.

Thanks, Vic.

Paul