I have numbers formatted as text, I would like to convert them to numbers.
In Microsoft link convert-numbers-stored-as-text-to-numbers they show how to do it in:
Technique 1: Convert text-formatted numbers by using Error Checking
but all what I can see in code when I do step-by-step is:
[tt]
Range("A1:B4").Select
[/tt]
and all other steps are not recorded.
How can I convert numbers stored as text to numbers in code?
Have fun.
---- Andy