Hi All,
I'm trying to import an Excel sheet, but with more the one rang, couse the columns aint sequence.
for example:
DoCmd.TransferS preadsheet acImport, , "DailyRprzntvRp t", _
Application.Cur rentProject.Pat h & "\DailyRprzntvR pt.xls", True, "(A1:C18, F1:J18)"

I'm getting an error, that saies that the range is not recognized by Access.

Any idea?