Hi,
I tried to use the Excel function ISNUMBER in marco coding but got a compile error: sub or function not defined.
e.g.
If IsNumber(ActiveCell.Value) Then
do something
else
do othertning
end if
Does anyone know why this built-in function works in the spreadsheet but not in the marco codes?
Thanks
I tried to use the Excel function ISNUMBER in marco coding but got a compile error: sub or function not defined.
e.g.
If IsNumber(ActiveCell.Value) Then
do something
else
do othertning
end if
Does anyone know why this built-in function works in the spreadsheet but not in the marco codes?
Thanks