Thread: Delete workbook
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default Delete workbook

KILL "path"

"Ed" wrote in message
...
I have a macro which has copied data from a workbook, I now want the macro
to delete the entire workbook (send it to the recycle bin) but can't
figure out how to do it. Can someone please help me with this problem.