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