Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello there !!
Reposting my request. I have x number of ascii text files that have space delimited data columns (files may have 3 to 40 data columns). There are about 25 header rows at the top of each file but I am not going to use info from these rows. I also have a master.xls file. Could someone please help me create a macro to do the following - A) read first *.txt file from the given folder into sheet1 of the master.xls file. NOTE: I have already set up the sheet2 of the master.xls to sort required rows of data from sheet1 (based on row headers) using vlookup to populate a 40 column wide array. B) Copy the sorted array of cells from sheet2 that have numbers in them (since the number of columns in the text files vary, I may have cells in sheet2 that have #REF! in them if the number of columns to be read from sheet1 are less than 40) and paste (values only) into sheet3 C) clear the contents of sheet1 D) repeat (A) for second *.txt file E) Copy the sorted array of cells from sheet2 that have numbers in them and paste (values only) into sheet3 appending to the right of the columns that were already in sheet3 F) repeat (D) and (E) untill all the *.txt files have been read thanks!! jkagg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Read Multiple CSV files into Excel | Excel Worksheet Functions | |||
help with macro to read and sort data from multiple text files | Excel Programming | |||
Modify macro code to export multiple cell contents to multiple Text Files | Excel Programming | |||
How to read multiple text files into excel? | Excel Programming | |||
Read/Write data to/from text files from a spreadsheet. | Excel Programming |