Thread: Kill file
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] halimnurikhwan@yahoo.com is offline
external usenet poster
 
Posts: 113
Default Kill file

Hi Tausif,

you can do that by Timer ... rather than application.ontime
But there will be a timer running each time you open XL.
that timer could be harmed your XL in wrong operation.

Sure that timer should be use correctly.

Rgds,

Halim

menuliskan:
EW wrote:
I have an excel worksheet that I want to delete itself on a certain date. Is
there a code that I use to accomplish this?

Thanks for any help in the matter!


Hi,

Try using the application.ontime method .. Check the help file for
additional info.

HTH,
Tausif