I need to find numbers from a string. How does one find numbers from a string in VBA Excel?
I need to find numbers from a string . How does one find numbers
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you mean you want the non-numbers stripped out, you should be able to use something like:
Calling this with:
will give you a dialog box containing:
and those first two lines show how you can store it into an arbitrary string variable, to do with as you wish.