Wed Sep 28 2022 08:16:42 GMT+0000 (UTC)
Saved by @paulbarry
If IsNull([YourTextBoxName]) or [YourTextBoxName] = "" Then MsgBox "Your text box is empty" Else MsgBox "Your text box is not empty" End If
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments