Hello - I have an Excel workbook that has a complex structure, and so I can't just import the whole thing into Access using VBA. Rather, I want to import certain rows into a pre-existing Access table (all Cols exist in Access, but all Cols may or may not exist in Excel). I have coding working to import one cell at a time, but as you can imagine, this takes too long. Is there a more efficient way to grab the whole table of data, or at least a row at a time? Thanks!!!