If MyVar1 = True And MyVar2 = False Then
MsgBox "First Condition Satisified"
Else
MsgBox "Do Something Else"
End If
--
Rob van Gelder -
http://www.vangelder.co.nz/excel
"phil" wrote in message
...
If you have 2 conditions (2 IF statements) and both must be met, or we go
to
the
'else' statement, what is the code for this?
Your help will be appreciated.
--
phil in da uk