If you are absolutely sure they all start from row 8, you can delete the first 7 rows through vba and then import the entire sheet.
For deleting the rows you don't need, you can find some inspiration here.
For the import bit you can use the DoCmd.TransferSpreadsheet Method