Hi,
Please help how to show in MsgBox the exclamation icon.
Private Sub Form_Current()
If Len(A) <> 0 Then
aa = CLng(A)
If aa >= 20 Then
Msg = "abc!"
Style = vbOKOnly + 48
Title = "Attention"
MsgBox Msg, Stile, Title
End If
End If
End Sub
Thank's in advance,
Niks
Please help how to show in MsgBox the exclamation icon.
Private Sub Form_Current()
If Len(A) <> 0 Then
aa = CLng(A)
If aa >= 20 Then
Msg = "abc!"
Style = vbOKOnly + 48
Title = "Attention"
MsgBox Msg, Stile, Title
End If
End If
End Sub
Thank's in advance,
Niks