As part of a small application where I open a number of different files and extract some data, I then save the newly created sheet.
As the VBA code is static in this sense, I need to be able to delete the newly created file.
If the processed file is opened using -
Workbooks.Open Filename:=FileToOpen
How do/can I delete a file when I no longer need it, and is it possible to NOT be prompted as to whether I'm sure I want to do this? !!
Many thanx in advance
As the VBA code is static in this sense, I need to be able to delete the newly created file.
If the processed file is opened using -
Workbooks.Open Filename:=FileToOpen
How do/can I delete a file when I no longer need it, and is it possible to NOT be prompted as to whether I'm sure I want to do this? !!
Many thanx in advance