R
Ron
Hello all,
I'm trying to validate that the total of the selected cell is <> 0
but, I'm getting an error with the code below..
Range(Selection, Selection.End(xlDown)).Offset(0, 11).Select
With Selection
If Sum.Selection <> 0 Then
MsgBox "Out of Balance"
End If
End With
Assistance greatly appreciated, Ron
I'm trying to validate that the total of the selected cell is <> 0
but, I'm getting an error with the code below..
Range(Selection, Selection.End(xlDown)).Offset(0, 11).Select
With Selection
If Sum.Selection <> 0 Then
MsgBox "Out of Balance"
End If
End With
Assistance greatly appreciated, Ron