External file deletion

  • Thread starter Thread starter dveer
  • Start date Start date
D

dveer

After I have imported an external Excel file in my Access DB I want to delete
this file to avoid duplicate import.
Can anyone give me a hint how to program this in VB?
 
dveer said:
After I have imported an external Excel file in my Access DB I want to
delete
this file to avoid duplicate import.
Can anyone give me a hint how to program this in VB?

Kill "PathToExcelFile"

Simple as it gets.
 
Back
Top