![]() |
Microsoft Office Development and Consultancy |
| Home | | | Excel | | | VBA | | | C# | | | Finance | | | Tools | | | Newsletter | | | Feedback | | | Contact |
| VBA > Syntax > Other > ISNUMERIC |
| ISNUMERIC(expression) | |
| Returns the value indicating if an expression contains a number (Boolean). |
| expression | The expression to test. |
| REMARKS |
| The "expression" can be any numeric or string expression. | ||
| If "expression" contains a date expression, then it returns False. | ||
| This function is used a lot to test if a text string can be converted to a number. |
| EXAMPLES |
|
| Syntax - I | Index - I |
| © 2013 Better Solutions Limited. All Rights Reserved. | Top | 02-Jan-2013 |