Sending a sheet in the body of an e-mail

myfe

Board Regular
Joined
Jul 1, 2012
Messages
58
Hi,</SPAN>

I have this code that send’s the whole work book as an attachment through web-mail (not outlook).</SPAN>

Sub SendIt()
Application.Dialogs(xlDialogSendMail).Show arg1:=XXX@XXX.com, _
arg2:="This goes in the subject line"
End Sub




Can anyone tell me how to make a code that:</SPAN>
1-Sends the e-mail through the web-mail the same way in my mentioned code (not through outlook).</SPAN>
2- Reads the e-mails I want to send to from a cell : TO , CC & Bcc.
or from a text box if I am using userform.
3-Sends only one sheet in the body of the e-mail (not as attachment) Like copy the sheet and past it in the body of the e-mail.


Any help is really appreciated thank you all.</SPAN>
 
Last edited:

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Forum statistics

Threads
1,215,523
Messages
6,125,318
Members
449,218
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top