I have several workbooks that contain several worksheets. They were created sequentially by workbook/worksheet with headings only in the first workbook. The data is grouped by an Operation Number "OP NBR". I need to import this data into an Access database and have the OP NBR have it's own column that repeats for each record. I also need the Part#, Code1, and Code2 columns to repeat for each record. This is an extremely huge data set and to recreate it would almost be impossible. I would prefer to do this in Excel, bu if can be done easier in Access, that is fine too (The data below is example data only).
Thanks for any help,
Paul
Code:
Part# Job# Code1 Code2 Code3
Op Nbr: 10
12345B 123467892345 12345R 30 123467892345
123467892345 123467892345
123467892345 123467892345
123467892345 123467892345
123467892345 123467892345
Op Nbr: 11
12345B 023467892345 12345R 30 123467892345
023467892345 123467892345
023467892345 123467892345
023467892345 123467892345
023467892345 123467892345
Paul