B
bobwilson
This should be a simple if Statement. I want the below error message t
come up if cell A1 is blank. Otherwise(Else) populate data (I hav
excelued the balance of the code.)
namecl = ActiveSheet.Range("A1")
With ActiveSheet
If namecl = "" Then
msg = "Blank Entry. Cannot add Blank contact."
MsgBox msg, vbCritical, "Add New Contact"
Els
come up if cell A1 is blank. Otherwise(Else) populate data (I hav
excelued the balance of the code.)
namecl = ActiveSheet.Range("A1")
With ActiveSheet
If namecl = "" Then
msg = "Blank Entry. Cannot add Blank contact."
MsgBox msg, vbCritical, "Add New Contact"
Els