View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ward376 ward376 is offline
external usenet poster
 
Posts: 360
Default Using SendMail through Access - Excel Automation

I use something like this to send sheets to multiple recipients in
Lotus Notes...

Recipients = VBA.Array _
")

Cliff Edwards