Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 06-29-2009, 06:14 AM
tek9step tek9step is offline
Valued Forum Contributor
 
Join Date: 27 May 2009
Location: London, England
MS Office Version:Excel 2007
Posts: 241
tek9step is becoming part of the community
Question Auto Emailing

Please Register to Remove these Ads

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
Reply With Quote
  #2  
Old 06-29-2009, 06:34 AM
famico78 famico78 is offline
Registered User
 
Join Date: 15 Oct 2008
Location: Lincolnshire
Posts: 50
famico78 is becoming part of the community
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:="your.choice@particularemail.com", _
Subject:="Email heading " & Format(Date - 1, "dd/mm/yyyy")
End Sub

The will send the workbook to the person you choose.
Reply With Quote
  #3  
Old 06-29-2009, 06:48 AM
tek9step tek9step is offline
Valued Forum Contributor
 
Join Date: 27 May 2009
Location: London, England
MS Office Version:Excel 2007
Posts: 241
tek9step is becoming part of the community
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 With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump