How do you to set up VBA code to read data from an Excel workbook that has a password on the workbook and an autoexec macro that requests another password? The following code works if the Excel spreadsheet is not protected.
DoCmd.TransferSpreadsheet transfertype:=acImport...