how to disable dialog box - cdo program

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have written a program using cdo to get email address from the Global
Address list by reading from an Excel sheet which contains the names , let us
100 names.
The problem I am facing is the dialog box.. each time it shows up A program
is accessing the email addresses.. do you want to allow this... blah blah'.
how can I disable this? I tried application.sendkeys "%S". it doesn't work
and it
is not an appropriate in this program. Is there anything available in the
Session class/Object?

thanks
kanan
 
Back
Top