VBA equivalent of ISNUMBER?


Posted by Dan on January 08, 2002 6:40 AM

I just need the VBA code to check if the ActiveCell.Value is a number (Long).

Thanks

Posted by Mudface on January 08, 2002 6:42 AM

IsNumeric(Variable) returns True or False accordingly.



Posted by Dan on January 08, 2002 6:44 AM