Hi. I know how to import data from an excel file to a table. But my problem is to exclude some rows. I have tried following, but it does not work:
DoCmd.TransferSpreadsheet acImport, 8, "FlightInfo", "C:\Avgang.xls", False, "A, B, D, G, J, L"
It works, if I write "A:L", but I do not want C, E, F etc.
Can anybody help?
Thanks in advance.
metad
DoCmd.TransferSpreadsheet acImport, 8, "FlightInfo", "C:\Avgang.xls", False, "A, B, D, G, J, L"
It works, if I write "A:L", but I do not want C, E, F etc.
Can anybody help?
Thanks in advance.
metad