how do i send email from a macro

D

dok112

Ok,

So I have part of my macro, and I need for it to create a new emai
being sent to me when the tab is clicked. I don't want it to send i
to me automatically. It's going to be a Comment/Suggestion email tha
I need to implement on my userform. I've tried everything I can fin
here and several other websites, but it all pertains to sendin
workbooks/sheets automatically. Not the way I need it
 
T

Tom Ogilvy

It sounds like you have the code you need. Just tie the code to the Click
event of the button on the userform.
 
D

dok112

Ok, the only problem, is I don't know how to write the code. All th
codes that I have found, creates the email and automatically sends it
and creates attachments. I just need to find out how to create a ne
email and update the To field and the Subject field
 
T

Tom Ogilvy

Top