Hi
I have following VBA error message 1004 run time error and at debug I have following area highlighted
Columns("E:E").Select
Selection.TextToColumns Destination:=Range("E1"), DataType:=xlFixedWidth, _
FieldInfo:=Array(Array(0, 4), Array(19, 1)), TrailingMinusNumbers:=True
Is this a problem with the .Select?
Thanks in advance
I have following VBA error message 1004 run time error and at debug I have following area highlighted
Columns("E:E").Select
Selection.TextToColumns Destination:=Range("E1"), DataType:=xlFixedWidth, _
FieldInfo:=Array(Array(0, 4), Array(19, 1)), TrailingMinusNumbers:=True
Is this a problem with the .Select?
Thanks in advance