Sending E-mail from Excel via Comman Button
This is probably really straight forward but I really don't know where to start with VBA.
What Code do I need to write so that when the button is clicked on a new email is opended up with the to, bcc (multiple recipients) and subject field pre-completed?
The starting point is:
Private Sub CommandButton1_Click()
End Sub
I use outlook if this is of any help.
I have been struggling with this for hours!
Any help greatly appreciated!
Andy
E-mail from Userform value
Hi
I wish to use the code in this thread but i have a different need
In my userform i have a textbox called SuppEmail that shows the e-mail address of my supplier from my worksheet
I need the code to take the e-mail address in the textbox and add that as the recipient of the e-mail when i click the button
Any ideas
: pray2: newbie