View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Visual Basic commands for email

Activeworkbook.Sendmail

see excel vba help for examples.

also Ron de Bruin's site

http://www.rondebruin.nl/sendmail.htm
http://www.rondebruin.nl/index.html


--
Regards,
Tom Ogilvy

"David Overington" wrote in message
...
Can anyone tell me the VB commands to send an Excel worksheet to an email
recipient?
There doesn't seem to be anything in VB Help, and recording a macro

doesn't
help in this case.

In the final application all menu bars and toolbars will be turned off,

and
all navigation is controlled by buttons on screen.

Thanks in hope.

Dave O.