Time triggered events in VBA

G

Gaby

Hi,

I have been searching for an article on how to properly
create a Time triggered event module.

I have a query, which I want to run everyday at 12:01
am. And to then send the results to a soecific email
address.

Has anyone come across such an article?

Gaby
 
A

Alex Dybenko

you can create a form (maybe hidden), then use it OnTimer event to run code
to send emails
 
Top