View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Susan Susan is offline
external usenet poster
 
Posts: 1,117
Default Delete workbook..?

vadhimoo -
how would you test such a macro??? everytime you tested it, you'd
delete it!!!
logically, i don't think you can delete the same workbook the macro is
in.
but i may be wrong.
susan


Vadhimoo wrote:
Hi ,

I want to write a macro for delete the workbook itself.
I have a workbook named as "Exp.xls". In that workbook, i want to write a
code,
If the TODAY() is equal to "12/28/2006" means that "Exp.xls" workbook
should be deleted from my folder. Is it possible..?

Thanks for your reply.