opening an access file every day at 03.00h am

  • Thread starter Thread starter Michel Peeters
  • Start date Start date
Dim RetVal
RetVal = Shell("C:\WINDOWS\CALC.EXE", 1) ' Run Calculator.
 
tks, but which event can I use in outlook please?
Hans-Christian Francke said:
Dim RetVal
RetVal = Shell("C:\WINDOWS\CALC.EXE", 1) ' Run Calculator.
 
Outlook doesn't have any timer event or timer control, but you could make a
task that runs repeatedly every day at 03:00h - then check the reminders
before the reminders execute and run some code at the reminder event.
 

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

Back
Top