C
Craig
I have a line of code which imports .csv (comma delimited)
files that looks like the following:
DoCmd.TransferText acImportDelim, "SAP Chemical Import
Specification", "SAP Chemical_cleanse", _
"c:\temp\" & path, False
it imports the .csv file into SAP Chemical_cleanse using
the SAP Chemical Import Spec. again, this is for
importing a .csv file. how would I change this for
importing a .xls (MS Excel) file? please e-mail if anyone
has the answer. Thank you.
files that looks like the following:
DoCmd.TransferText acImportDelim, "SAP Chemical Import
Specification", "SAP Chemical_cleanse", _
"c:\temp\" & path, False
it imports the .csv file into SAP Chemical_cleanse using
the SAP Chemical Import Spec. again, this is for
importing a .csv file. how would I change this for
importing a .xls (MS Excel) file? please e-mail if anyone
has the answer. Thank you.