Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
importing multiple text files into the same worksheet | Excel Discussion (Misc queries) | |||
Importing multiple Text files into Excel 2003 | Excel Discussion (Misc queries) | |||
importing multiple text files URGENT!!! HELP | Excel Worksheet Functions | |||
importing multiple text files??? | Excel Discussion (Misc queries) | |||
Importing Multiple lines of text in a single Excel Cel | Excel Programming |