I get the message subscript out of range when I am importing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am importing an excel spreadsheet into access and I get an error
message"Subscript out of range"
 
Oftentimes, it is an error with the import wizard. Try repairing your Office
installation.

Othertimes, it's a problem with the spreadsheet file -- path string is too
long, invalid extension (not an .xls or other EXCEL extension), etc.

You'll need to give us more information about how you're doing the import
(using File | Get External Data | Import ? or using TransferSpreadsheet in
VBA or macro ?), the details about the EXCEL file's path and filename, etc.
 
Back
Top