Send object every monday

  • Thread starter Thread starter hogan
  • Start date Start date
Hogan,

You can use Windows Task Manager, or other scheduling utility, to make a
scheduled task to send the email via a SendObject macro. The command
line in the scheduler will be like this:
"C:\Program Files\Microsoft Office\...\Msaccess.exe"
"C:\YourFolder\YourDb.mdb" /x NameOfMacro
 
Back
Top