Hi,
I am looking for a VBA to delete a files, with the name of the file coming from a cell value.
Cell A1 = names
I would like to delete the file "names" from c:\inventory\data
I am think of using, but not sure how to include the cell into the statement?
kill c:\inventory\data\"A1".xls
I am looking for a VBA to delete a files, with the name of the file coming from a cell value.
Cell A1 = names
I would like to delete the file "names" from c:\inventory\data
I am think of using, but not sure how to include the cell into the statement?
kill c:\inventory\data\"A1".xls