Trevor G
Registered User.
- Local time
- Today, 00:16
- Joined
- Oct 1, 2009
- Messages
- 2,359
I am looking to check to see if a workbook exists at the beginning of some code and if it does I want to delete it, but if it doesn't then continue with the code.
Currently I use the Kill statement, but if someone goes into the location of the workbook and they delete/rename it the next time I run it I get a debug on the Kill line.
Currently I use the Kill statement, but if someone goes into the location of the workbook and they delete/rename it the next time I run it I get a debug on the Kill line.
Kill CurrentProject.Path & "\Peer Review Report.xls"