R
Randy Reese
My text to columns method fails on an NT machine but works fine on my XP.
Also xp has office 2000, NT has 97. Any ideas???
Here's My Code:
If Worksheets("Unsc.").Cells(1, 2).Value <> "" Then
With Worksheets("Unsc.")
.Range(.Cells(1, 2), .Cells(1, 2).End(xlDown)).TextToColumns
DataType:=xlFixedWidth, _
FieldInfo:=Array(Array(0, 1), Array(8, 5), Array(20, 1),
Array(26, 1), Array(31, 9), _
Array(35, 1), Array(46, 9))
End With
End If
Also xp has office 2000, NT has 97. Any ideas???
Here's My Code:
If Worksheets("Unsc.").Cells(1, 2).Value <> "" Then
With Worksheets("Unsc.")
.Range(.Cells(1, 2), .Cells(1, 2).End(xlDown)).TextToColumns
DataType:=xlFixedWidth, _
FieldInfo:=Array(Array(0, 1), Array(8, 5), Array(20, 1),
Array(26, 1), Array(31, 9), _
Array(35, 1), Array(46, 9))
End With
End If