Goodafternoon,
I have written a vba code that copies a list from one workbook to another workbook. This all works perfectly.
But the list contains numbers that are written as text values. (The list is big most of the times over 1000 rows), I need the text values converted into numbers.
The...