Preview:
If IsNull([YourTextBoxName]) or [YourTextBoxName] = "" Then
     MsgBox "Your text box is empty"
Else
     MsgBox "Your text box is not empty"
End If
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter