D
Dave F.
Hi
I'm using VBA 6.3
If I pass 45- to this:
If IsNumeric(OffsetNo) = False Then
...
it returns True.
1) Why?
2) How to I prevent this happening.
Thanks in Advance.
Dave F.
I'm using VBA 6.3
If I pass 45- to this:
If IsNumeric(OffsetNo) = False Then
...
it returns True.
1) Why?
2) How to I prevent this happening.
Thanks in Advance.
Dave F.