Absolutely turn off all messaging/alerts/debug - ontime()

O

oldyork90

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
 
Top