Ciaranah93
New Member
- Joined
- Feb 1, 2019
- Messages
- 2
Reaching out!
I've used this VBA to give me a msg box if a cell within the range is blank
Application.ScreenUpdating = False
If IsEmpty(ThisWorkbook.Sheets(6).Range("U76", "U229")) Then
MsgBox ("Please Review your answers, you've missed one")
Cancel = True
End If
it works if all the Cells are blank, but not if just one is. Can anyone help Please?
Cheers
Ciaran
I've used this VBA to give me a msg box if a cell within the range is blank
Application.ScreenUpdating = False
If IsEmpty(ThisWorkbook.Sheets(6).Range("U76", "U229")) Then
MsgBox ("Please Review your answers, you've missed one")
Cancel = True
End If
it works if all the Cells are blank, but not if just one is. Can anyone help Please?
Cheers
Ciaran