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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top