Okay, now it gets curly: my workbook has more than 1 sheet (because the data
exceeded 65,536 records), and the TransferSpreadsheet action only imports the
1st one.
I have written an ActiveX routine to pass the number of sheets in the
workbook to my Access VBA routine, but all I can think of to do at the moment
is to warn the user that sheets after the 1st one must be imported manually.
Is there a way to automate this?