M
Matt
I have code to import an Excel file as
DoCmd.TransferSpreadsheet acImport, , "StateMaster", "c:\StateMaster", True
I now want to import the same file as a text file. When I try to perfom
this action the code cannot find the file, I tried adding the extension and
still didin't work.
Any suggestions?
Thanks,
Matt
DoCmd.TransferSpreadsheet acImport, , "StateMaster", "c:\StateMaster", True
I now want to import the same file as a text file. When I try to perfom
this action the code cannot find the file, I tried adding the extension and
still didin't work.
Any suggestions?
Thanks,
Matt