Is there a way to exit a loop based on a keystroke by the
user? For example:
Do
<code>
Loop Until Keypress = ^A
Or is there a way to surpress the message box that comes
up when you break into the code? Maybe something along
the lines of the On Error statement?
Do
On Break Goto This_line
<code>
Loop
This-line:
<rest of code>
Thanks to all for the help.
Mike