use this code to fix sample sheet
vb Code:
For i = 1 To 105 Cells(i, 1) = Replace(Cells(i, 1), vbLf, vbTab) Next Range("A1:A105").WrapText = False Range("A1:A105").EntireColumn.AutoFit Range("A1:A105").EntireRow.AutoFit
|
Results 1 to 23 of 23
Threaded View
|
Click Here to Expand Forum to Full Width |