Consulting

Results 1 to 3 of 3

Thread: send mail automatically on a specific date

  1. #1

    send mail automatically on a specific date

    hi,
    I have this contract tracker where rows turn red on expiry of contract.now is it posibble to send an auto mailer 30 days before the expiry date.
    Attached Files Attached Files

  2. #2
    Hi all,
    Please advice,if its possible.

  3. #3
    VBAX Tutor
    Joined
    Jun 2012
    Posts
    269
    Location
    A couple of options for you...

    1 - put this in outlook and trigger a recurring macro to check for any matching items in excel
    2- use application.ontime function to repeat a macro that searches for any dates that are today() - 30
    (see a sample of application.ontime here: http://www.vbaexpress.com/forum/showthread.php?t=42604 )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •