Thanks for the reply. I have tried this but I get a "syntax error" message
larry = Application.GetOpenFilename("Text Files (*.txt), *.txt"), Origin:=xlMSDOS _
, StartRow:=2, DataType:=xlFixedWidth, FieldInfo:=Array(Array(0, 1), Array( _
1, 1), Array(2, 1), Array(5, 9), Array(73, 1), Array(93, 1), Array(97, 9), Array(480, 5), _
Array(488, 5), Array(496, 1), Array(503, 9)), TrailingMinusNumbers:=True
Does anybody know what I need to change to get this to work?
Also, how do I wrap the text of the above code?
Many thanks
Bookmarks