View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
oldyork90 oldyork90 is offline
external usenet poster
 
Posts: 20
Default Absolutely turn off all messaging/alerts/debug - ontime()

I'm using onTime() for the first time. I want to insure that no modal
will stop the scheduled job. Can you do this?



sub scheduledJob()

' Turn off all messaging here
do the scheduled stuff


end sub


thank you