Hi y'all,
I first received this error when attempting to use MsgBox in my web app: "Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation...etc." Realizing my mistake, I replaced it with the following:
Dim
alert1
As
Go to the complete details ...