MsgBox "hello", vbOKOnly + vbCritical + vbSystemModal
Am I right in saying a system modal message box prevents the user from doing anything until they have pressed ok? I have the code above, but when they msgbox pops up I can still open files, launcg programs etc before I have pressed ok.
Am I right in saying a system modal message box prevents the user from doing anything until they have pressed ok? I have the code above, but when they msgbox pops up I can still open files, launcg programs etc before I have pressed ok.