Excel VBA - Learn how to check if cell is empty.
The code used in this video:
Sub CheckIfCellIsEmpty()
Dim isMyCellEmpty As Boolean
isMyCellEmpty = IsEmpty(Range("A1"))
If isMyCellEmpty = True Then
MsgBox "Cell Empty"
Else
MsgBox "Cell is not Empty"
End If
End Sub
Watch video Excel VBA - How to Check if Cell is Empty online without registration, duration 02 minute 04 second in high hd quality. This video was added by user InAnOffice 15 December 2014, don't forget to share it with your friends and acquaintances, it has been viewed on our site 27 thousand once and liked it 106 people.