What would be the best way to create a message box using VBA that will pop up when a procedure begins running that tells the user to wait . . . Then closes when the procedure completes. So the user doesn't think the app is hanging. I tried using the msgbox function, but it seems to always want to have the OK button. I guess that would be wrong because I don't need the form to return a value anyway.
I'm trying to find a way to do it without having to create a new form in my app and call that form from VBA.
Thanks in advance.
Will
I'm trying to find a way to do it without having to create a new form in my app and call that form from VBA.
Thanks in advance.
Will