View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default sending a workbook by email to multiple recipients

Paul, try:

.sendmail array("name1","name2"),"Subj"

keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"PAul Maskens" wrote:

I'm having a minor problem with an Excel automation from VFP7.


oXL.ActiveWorkbook.SendMail("Robert Jackson","Test: Please Ignore")

Now it should be possible to dispatch to multiple people but it is
eluding me. Any pertinent suggestions would be gratefully appreciated.