View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] wilson.sh.tam@gmail.com is offline
external usenet poster
 
Posts: 1
Default Any async CDO.Message send?

Hi,

I am new to CDO programming. But recently I need to write some code in
the excel to send a email out to a long list (1000+) of recipients. I
create an CDO.Message for each send. But I find that, the '.Send'
command of CDO.Message does take a while to
come back. And during this time, my Excel is totally block.

I wonder are there any other way I can send email out faster? Something
like async send? Please help!

Thanks in advance,
Willie