Hi,
I have recorded a macro to convert text to number, is there any simple way to change this code with loop.
Sub Convert_To_Numbers()
Sheets("RDD Report").Select
Columns("B:B").Select
Selection.TextToColumns Destination:=Range("B1"), DataType:=xlDelimited, _...