I had a friend come to me recently with a problem he wanted fixed. He has a sheet in a workbook which contains a number of cells throughout the page with the 'Number stored as Text' error. As there is so many of them, he doesn't look forward to fixing all these manually cell by cell.
What I am looking for is code that can:
- Find all cells in active sheet (or maybe usedrange?) that are 'Numbers stored as text'
- Convert the values of these cells to number format
I thought this would be easy to write but it's not.
While tempting to fix the entire sheet values, it is important to actually locate the cells with this error as the sheet contains cells with other formats etc. that must not be altered.
Bookmarks