View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Send email to multiple recipients using VBA

Hi Freddy

Look here
http://www.rondebruin.nl/mail/tips1.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Freddy" wrote in message ...
I currently use the following line to send a workbook to 1 recipient:

ActiveWorkbook.SendMail "

VBA's help does not show an example for multiple recipients although it
indicates it can be done. I am having difficulty determining the proper
syntax. Can anyone help?