This dialog takes 3 parameters, recipients, subject and return_receipt.
So you can use
Application.Dialogs(xlDialogSendMail).Show
"bob@mydomain.com,richard@somewherelse.com","Work update"

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Hi
>
[quoted text clipped - 10 lines]
> Thanks
> Richard
Richard - 27 Sep 2007 14:48 GMT
Apologies I hope I'm not being totally thick, but I now get the following:
Compile error:
Expected: line number or label or statement or end of statement
> This dialog takes 3 parameters, recipients, subject and return_receipt.
>
[quoted text clipped - 17 lines]
> > Thanks
> > Richard
Bob Phillips - 27 Sep 2007 14:54 GMT
Probably wrap-around, try
Application.Dialogs(xlDialogSendMail).Show _
"bob@mydomain.com,richard@somewherelse.com","Work update"

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Apologies I hope I'm not being totally thick, but I now get the following:
>
[quoted text clipped - 23 lines]
>> > Thanks
>> > Richard
Richard - 27 Sep 2007 15:14 GMT
That is fantastic and suits me just fine. Thanks very much
> Probably wrap-around, try
>
[quoted text clipped - 28 lines]
> >> > Thanks
> >> > Richard