Thread: attach to email
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
theHman theHman is offline
external usenet poster
 
Posts: 1
Default attach to email

Application.Dialogs(xlDialogSendMail).Show

"Eric" wrote in message
...
Hi! I am trying to write a macro that would take a
worksheet and attach it to an email in outlook. I know
there is a button for this function, but the worksheet
must also have alterations done to it before attaching
and therefore I can't use the button. I need to know what
the code is to take you directly to a new mail message
and attach the worksheet to the email. Any help would be
great! Thanks,
Eric