Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jesternails

    Send Email Automatically with Outlook

    This is the macro that I use. You can also add CC, BCC, Body, etc. I then add a "button" to my toolbar that runs the macro when I click it. Sub sendmsg() Set myOlApp = CreateObject("Outlook.Application") Set myItem = myOlApp.CreateItem(olMailItem) Set myRecipient =...
  2. jesternails

    Send Email Automatically with Outlook

    The macro resides in Outlook. I have outlook open at all times as well. Can a scheduled task kick off a macro in outlook while it is open?
  3. jesternails

    Send Email Automatically with Outlook

    I am trying to find a way to have outlook send an email at a fixed time each day. I already have a macro that I click that creates an email with an attachement, but I'd rather have it sent automatically. Any help would be greatly appreciated.

Part and Inventory Search

Back
Top