Hi
This is a very simple question!
I wish to display a message box if a combo box value is not selected.
Is the VBA code >
If cboEx.Value = "" Then
MsgBox "Message"
cboEx.SetFocus
Else
End If
The "" does not appear to work (I know it works in VB6)
A very simple answer im sure!!
Thanks
This is a very simple question!
I wish to display a message box if a combo box value is not selected.
Is the VBA code >
If cboEx.Value = "" Then
MsgBox "Message"
cboEx.SetFocus
Else
End If
The "" does not appear to work (I know it works in VB6)
A very simple answer im sure!!
Thanks