Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
2099 Views, 4 Replies

Test an input value for number

I have a macro which takes an input from a user form text box and stores it as a Double.  I need a way to test the input to make sure it is numerical before storing it, as it crashes the macro if the user enters a non-numerical input.  Is there a simple way to test for numerical input?  Thanx.