Trying to get the Critical icon to show in the message box if a text is not input.
I don't think I'm too far away, but not quite there.Code:If TextBox2.Index = 0 Then
OutPut = MsgBox("Provide reason", vbCritical, "Audit Department")
TextBox2.SetFocus
Exit Sub
End If
Thanks!