G
Guest
When using this VB function :
If StrComp(Target.Offset(0, -3).Text, "Debit", vbTextCompare) = 0 Then
How do I turn it into a numeric test?
If StrComp(Target.Offset(0, -3).Text, "Debit", vbTextCompare) = 0 Then
How do I turn it into a numeric test?