Barb,
You can use the Kill method to permanently and completely delete the file:
Kill "C:\Temp\Workbook.xls"
Note that Kill does NOT send the file to the Recycle Bin. The file is gone
forever. If you want to recycle the file, see
http://www.cpearson.com/excel/recycle.htm .
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting LLC
www.cpearson.com
(email on the web site)
"Barb Reinhardt" <(E-Mail Removed)> wrote in message
news:29FFE9B3-697F-42A2-9969-(E-Mail Removed)...
> What would be the code to delete a workbook located here
>
> C:\temp\Workbook.xls
>
> Thanks,
> Barb Reinhardt