L
Lesley
I have the following function listed below that should
import all data the resides in column A.
Function ImportXL5()
DoCmd.TransferSpreadsheet _
acImport, 5, "TestTable", "C:\TEMP\newlines.XLS", True
End Function
*** for some strange reason the data that is in cell A1
is not imported!. The rest of the datais all imported.
Is this a common problem with importing data from an
excel spreadsheet? - TIA.
Lesley.
import all data the resides in column A.
Function ImportXL5()
DoCmd.TransferSpreadsheet _
acImport, 5, "TestTable", "C:\TEMP\newlines.XLS", True
End Function
*** for some strange reason the data that is in cell A1
is not imported!. The rest of the datais all imported.
Is this a common problem with importing data from an
excel spreadsheet? - TIA.
Lesley.