kelly mort
Well-known Member
- Joined
- Apr 10, 2017
- Messages
- 2,169
- Office Version
- 2016
- Platform
- Windows
I am using an inputbox to assign value(s) to my variable. After that I use the IsNumeric Function to check if the entry is a valid number.
During the testing process, I realized that I mistakenly entered 4e4 and instead of the function flagging that out as an invalid number, it went through as a number.
I have tried replacing the e with other letters and they were caught by the function yet the e always goes through when it comes between two numbers.
Is there a better way to validate my input?
Thanks in advance.
During the testing process, I realized that I mistakenly entered 4e4 and instead of the function flagging that out as an invalid number, it went through as a number.
I have tried replacing the e with other letters and they were caught by the function yet the e always goes through when it comes between two numbers.
Is there a better way to validate my input?
Thanks in advance.