Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The only way I know of doing this is to open the text file ( as alread
done) then copy column a to column p To copy from Column A to column P same sheet Activesheet.columns("A").Copy Destination:=Activesheet.columns("A") To Copy to a different worksheet Activesheet.columns("A").Copy Destination:=Workbooks("Nam Here").sheets("Sheet Name".columns("P" -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert an Excel file to an ASCII file? | Excel Discussion (Misc queries) | |||
How do I convert an Excel file to an ASCII file? | New Users to Excel | |||
How do I convert excel file into ASCII text file with alignment? | Excel Discussion (Misc queries) | |||
ascii file import round 2 | Excel Programming | |||
Import ascii file | Excel Programming |