I have a workbook full of six digit numbers that I need to manipulate but can't. They have been data-dumped from a server and copied as non-numeric values.
I have tried EVERYTHING I could find on how to convert these column cells to numeric fields:
Multiplying by 1 - didn't work
VBA Code -...