Hi Guy's,
How do I open an excel file after transfering my data into it?
My code for the transfer is:
DoCmd.TransferSpreadsheet acExport, 8, "CreatePayrollTransfer", "C:\Documents and Settings\tmcmeekin1\My Documents\Payroll File", True, ""
and then I would like it to open for viewing.
Thanks in advance.
How do I open an excel file after transfering my data into it?
My code for the transfer is:
DoCmd.TransferSpreadsheet acExport, 8, "CreatePayrollTransfer", "C:\Documents and Settings\tmcmeekin1\My Documents\Payroll File", True, ""
and then I would like it to open for viewing.
Thanks in advance.