Outlook

Z

Zygan

you need to reference in vba script before you use this macro

Sub Mail_workbook()
ActiveWorkbook.SendMail "[email protected]", _
"This is the Subject line"
End Sub

i have seen far more indepth ones but if it is a quick workbook sen
this shall do it

check out this website on this exceltip.com
by ron de bruin
absolute magic


http://www.exceltip.com/se/2.htm
 
Top