Use VBA to email active worksheet without using an attachment

BetterBeef

New Member
Joined
Mar 18, 2010
Messages
42
I have looked around the web as well as this forum and I cannot find an answer to my question, which is why I am posting it here.

I would like to put some VBA code together that allows me to embed the active sheet in my Excel workbook into an email. Most of what I have seen on the web is how to attach an active workbook into an email.

Essentially I want the Macro to do the following task that I would do manually.

File, Send To, Mail Recipient not as attachment.

Any idea of how to do this?
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
I decided to make a distribution list in one of the tabs of the file. VBA then creates a string of these email addresses and applies them to the "To:" part of the email. This was the closest thing I could think of.
 
Upvote 0
Use .Display instead of .Send in the code

Then the user can use the Outlook addressbook
 
Upvote 0
Ron,

Not very long after I accidently sent the spreadsheet to you, I noticed your code showed to use .Display as an alternative to .Send. I appreciate you posting that here to show myself and other users. Your code works great! I appreciate your help!

Thanks.
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,681
Members
449,116
Latest member
HypnoFant

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