There's also a slightly easier, though older-fashioned way to delete a file
in VB, which is to just use the KILL command, like
Kill "C:\Documents and Settings\David\My Documents\See Ya!.doc"
But then you need to do an error trap in case the file doesn't exist, etc.
I prefer use of FileSystemObject.