Hey guys and gals,
I have the following code which checks multiple ranges for blank values and returns a MsgBox for each cell when IsEmpty = TRUE
Sub Check_Event_Form()
Dim cell As Range
For Each cell In Range("D10,D14,D18,D28,D41,D44,D46,D48,D53,D56,D73,AH73")
If...