Hi I need to add more columns on this but it breaks. Doing something wrong or maybe I cant do it? and woul dhave to run this multiple times for different columns?
("D:D.U:U,T:T") -- I tried this but no luck
("D:D.U:U,T:T") -- I tried this but no luck
Code:
[FONT=Calibri][SIZE=3][COLOR=#000000]Sub Correction1() 'Text to Columns'[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000]With Range("D:D")[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000] .TextToColumns[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000] .NumberFormat ="General"[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000] ActiveSheet.Name ="Payroll Week Ending"[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000]End With[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000]End Sub[/COLOR][/SIZE][/FONT]
Last edited: