Hi Excel Experts,
Below VB shows run time error '13' what's wrong in the vb. please help me to solve the problem.
Sub CheckUser()
Dim UserRow, SheetCol As Long
Dim SheetNm As String
With Sheet1
.Calculate
If .Range("B8").Value = Empty Then 'incorrect Username
MsgBox "Please enter a correct...