I’m working with about a 1 million record data set. Currently the data is formatted as the “text” type and I want it to be a “number” type.
I have used the copy special > multiply technique, but the conversion will drop leading zeros in the data set. I do not want this, I want to maintain the fixed lengths of the data inclusive of leading zeros.
How do I do this?
You can use VBA code like the one below, but you still need to insert the logic that will format the i-th column with the right length.