I need to import an Excel spreadsheet into an Access table on a recurring basis. The spreadsheet (prepared by another company) has multiple headers embedded in the rows - the headers basically break the data into categories.
For example the first header at Row 1 might be Cars (and have columns for qty, price, etc.) then at row 102 there might be another header indicating the subsequent data is about Trucks, later at Row 295 the there might be a header indicating data is about Motorcycles. The columnar data does not change - just these horizontal header rows break the data into categories.. How do I import the data and handle these embedded headers?
For example the first header at Row 1 might be Cars (and have columns for qty, price, etc.) then at row 102 there might be another header indicating the subsequent data is about Trucks, later at Row 295 the there might be a header indicating data is about Motorcycles. The columnar data does not change - just these horizontal header rows break the data into categories.. How do I import the data and handle these embedded headers?