+ Reply to Thread
Results 1 to 3 of 3

Auto Emailing

  1. #1
    Valued Forum Contributor tek9step's Avatar
    Join Date
    05-27-2009
    Location
    London, England
    MS-Off Ver
    MS 365
    Posts
    389

    Question Auto Emailing

    Hello Is there a way where by i can set auto email sent out on a monthly basis to a particular email.


    Thanks


    Regards

    Tek9Step

  2. #2
    Registered User
    Join Date
    10-15-2008
    Location
    Lincolnshire
    Posts
    53

    Re: Auto Emailing

    Hi

    I'm not sure how your sheet is set up but you can create a new module with the following..

    Sub email()
    ActiveWorkbook.SendMail _
    Recipients:="[email protected]", _
    Subject:="Email heading " & Format(Date - 1, "dd/mm/yyyy")
    End Sub

    The will send the workbook to the person you choose.

  3. #3
    Valued Forum Contributor tek9step's Avatar
    Join Date
    05-27-2009
    Location
    London, England
    MS-Off Ver
    MS 365
    Posts
    389

    Re: Auto Emailing

    Hi I was thinkin more on the lines from Microsoft outlook if i do it from excel vb i would have to open it manually and send it..


    Regards

    Tek9Step

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1