Is there a conversion function or otherwise that can convert a string to numeric?
Printable View
Is there a conversion function or otherwise that can convert a string to numeric?
a string of characters, dont know,
but if is a string of numbers
cint(string)
I feel like such an idiot!!!!! Thank you so much! My books did not talk about that conversion.