This should work:-
Sub Macro1()
Workbooks.Open Filename:= "filename.txt"
Selection.Copy
Windows("Book1").Activate
Range("A1").Select
ActiveSheet.Paste
MsgBox ("Complete")
End Sub
Just put the path and filename of "filename.txt" and the current
workbooks name in "Book1"
---
Message posted from
http://www.ExcelForum.com/