How to break into a running code

S

Southern at Heart

My code, which, runs querys on web pages, runs a long time.
If I want to interupt it, i have to push fn-delete (break) sometimes 50
times, and then it will stop at one of the DoEvents in my code. Is there a
way to install some kind of code that on everyloop (webpage it querys) it
will 'check for any keypress' or something?
thanks.
 
R

Rick Rothstein

I am not sure what "fn-delete (break)" is... on my Windows system I press
Ctrl+Break (where the Break key is the one with Pause/Break written on it
(usually grouped with the ScrLk and PrtScn keys). In order to answer your
"keypress" question, it might help if you posted your code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top