Our field personnel email in a spreadsheet (several daily) that needs to be imported from excel. How do I allow the user importing these spreadsheets to define range or highlight range in excel as each file will be different range wise.
DoCmd.TransferSpreadsheet , acImport, "tblwelds", "C:\database\qryWeldInchesdaterange.xls", True
Also for my warehouse of info, is there a way to let them choose the file as well. (A browse or something?)
Thanks Baile11
DoCmd.TransferSpreadsheet , acImport, "tblwelds", "C:\database\qryWeldInchesdaterange.xls", True
Also for my warehouse of info, is there a way to let them choose the file as well. (A browse or something?)
Thanks Baile11