Hi All,
I'm trying to write a double case criteria select where:
Select Case True
Case
Not IsEmpty(Sheet1.Range("A1")) AND <and> IsEmpty(Sheet1.Range("B1")) Then
MsgBox "A1 has # & B1 is blank"
Exit Sub
Case
Not IsEmpty(Sheet1.Range("A1")) AND<and>...