Howzit
Sorry I'm not entirely sure. I know that from with in excel it is something like Application.displayalerts = false
Try testing to see if the file exists first, and if so kill it.
Something like
If Dir(strPath) <> "" Then
Kill (strPath) 'Delete (strPath)
Else
'your other code...