G
Guest
Hello
I'm using the DoCmd.TransferSpreadsheet function to import data from an excel spreadsheet. After the transfer is complete, there is still an instance of excel residing in the taskmanager. Each time the DoCmd.TransferSpreadsheet function is run, another instance is created.
How can I kill the excel processes after performing the DoCmd.TransferSpreadsheet function
TIA
I'm using the DoCmd.TransferSpreadsheet function to import data from an excel spreadsheet. After the transfer is complete, there is still an instance of excel residing in the taskmanager. Each time the DoCmd.TransferSpreadsheet function is run, another instance is created.
How can I kill the excel processes after performing the DoCmd.TransferSpreadsheet function
TIA