I was looking for a way to pause the procedure, waiting for a responce like the way the msgbox works. I'm learning the msgbox is a form that opens on top of the original form. I believe this is why it is able to pause the procedure in the original form till the comand button is pressed in the msgbox form. This returns it back to the following lines in the original form. What I was hoping to do does not seem possible.
You could open a form as modal and code execution will halt until you've doen what you need to do on that form (i.e. press a button). This is pretty simply much how a message box works.
Regards
Andy
---------------------------------
Zebracorn: 50% Zebra, 50% Unicorn = 100% Real.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.