Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi there, i'm trying to send via a single e-mail, two worksheets (1 and 3) to a specific e-mail.
Currently i'm using a code that sends only one sheet per e-mail. Can you help me? What I have right now is: Sub emailalge() ThisWorkbook.Sheets(3).Copy With ActiveWorkbook .SendMail Subject:="e-mail " & Format(Date, "dd/mmm/yy") .Close SaveChanges:=False End With End Sub thanks! |
#2
![]() |
|||
|
|||
![]() Quote:
Educo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error when sending mail with CDO | Excel Discussion (Misc queries) | |||
Sending a blank e-mail | Excel Discussion (Misc queries) | |||
Sending E-Mail by code | Excel Discussion (Misc queries) | |||
General mail failure when sending e-mail from Excel | Excel Discussion (Misc queries) | |||
Sending E-mail | Excel Worksheet Functions |