The problem is:

I use a sub. Then I open my own msgbox. So far so good. But then the sub needs to wait for a button to be clicked. SO I show the form modal : frm.show 1. But now when a new request for that sub comes it does nothing anymore. I just waits till the old form is cleared. That's the problem. Even when I use Doevents