B
Brady Snow
I am trying to test whether the active cell is numeric or
not. I use the following code and it tells me that
IsNumber is not a valid sub or function. Can somebody
tell me what I am doing wrong?
If IsNumber(ActiveCell.Offset(0, Y - 1).Value) Then
MsgBox ("True")
End If
Thank you,
Brady Snow
McKinney, Texas
not. I use the following code and it tells me that
IsNumber is not a valid sub or function. Can somebody
tell me what I am doing wrong?
If IsNumber(ActiveCell.Offset(0, Y - 1).Value) Then
MsgBox ("True")
End If
Thank you,
Brady Snow
McKinney, Texas