hi thanks to reply Anoop,
but i found the way to mail through Windows Live Mail
with this coe
Sub ActiveWorkbook_Mail()
Dim wb As Workbook
Dim strdate As String
Application.ScreenUpdating = False
Set wb = ActiveWorkbook
With wb
.SendMail "a...@gmail.com", _
"This is the Subject l
Instead of using this try simple thing first, configure your window live
with outlook then you can send it easily.
On Tue, Jun 24, 2014 at 12:19 PM, Deepak Agrawal
wrote:
> Dear Experts,
>
> I want to auto send my workbook and worksheet by using windows
> live mail, I have found to