Hi,
I need VBA to give error message if certain cells are emply, I created a VBA but its not working.
Sub CALCULATE ()
If Cells(13, 8) = """" Then
MsgBox "PLEASE ENTER THE NAME"
End If
End Sub
This VBA should give Error Message if the specific cell is left blank, but its not working. Kindly rectify the error.
Rgds
ExcelMaster2012
Bookmarks