Each worksheet has a named range.
How to write VBA code to import/append into 1 access table
using the named ranges. I know how to use the TransferSpreadsheet method for 1 worksheet
and use the range name, but not sure how tp write the loop to get the
multiple range names from all worksheets...