Hello,
I have a set of data (numbers) that are stored as a text but need to 'convert to number'. I get the green arrow on the top left corner of each cell and can manually 'convert to number' but I want to create a code that will do that for me. I am unable to record that function so that does not work. I also tried the following but they did not work:
.NumberFormat = "0.00"
Range("A1:A100").Value = Range("A1:A100").Value
Any other ideas?
Thank you!
I have a set of data (numbers) that are stored as a text but need to 'convert to number'. I get the green arrow on the top left corner of each cell and can manually 'convert to number' but I want to create a code that will do that for me. I am unable to record that function so that does not work. I also tried the following but they did not work:
.NumberFormat = "0.00"
Range("A1:A100").Value = Range("A1:A100").Value
Any other ideas?
Thank you!