View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 276
Default SendMail and User Input & OutLook Express

have a look:
http://www.rondebruin.nl/sendmail.htm

Corey....

"James T" wrote in message
...
I am using the following to send the current worksheet to clients, and it
is
great - using Outlook Express:

Sub mail2()
ActiveWorkbook.SendMail (Range("a1")), (Range("a2"))
End Sub

However just wondering if there is a way to have the email come up and
allow
me to enter in data before it is actually sent.

Regards