Doesn’t
Worksheets("Data").Cells(9, 17) + 0# in VBA code convert “6” (or any number stored as text) automatically to number?
If not, do you know of any manner to do the trick? Thank you!
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.
You can cast the string as a Dboule data type if you need to use it within your code: