View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
O'Neil O'Neil is offline
external usenet poster
 
Posts: 1
Default xlDialogSendMail

I'm using the following code to send an excel worksheet in
an email:
Application.Dialogs(xlDialogSendMail).Show

Is there a way to include the subject line of the email?