Hi
I have a peice of code i use to import a .csv spreadsheet.
doCmd.TransferText acImportDelim,
"DailySpec", "c:\myfolder\import\daily_a.csv", False, ""
The drive letter C:\ may sometimes change according to the user specification
My module gets the specified letter - how...