How to stop my VBA program from stopping?
How to stop my VBA program from stopping?
(OP)
I am writing a simple program to enter, remove and edit data on a spreadsheet by the way of forms. I have written code to enter the data to the spreadsheet, but when I run it, the program enters the data and then stops. How can I make the program enter the data and not stop?





RE: How to stop my VBA program from stopping?
What you seem to be asking for is to purposely cause the program to run in an infinite loop, during which, the program checks for what the user wants it to do?
TTFN
RE: How to stop my VBA program from stopping?
law_boy373@yahoo.com
RE: How to stop my VBA program from stopping?