how do Visual Basic Application (VBA) commands work

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

Guest

I run a program for work that will send email through my outlook email
account. I recently upgraded my outlook to the 2003 model and now I get a
message that this could be a virus becuase it is a VBA command. Since I
typically send bulk emails (50-200) I have to manually click "yes" for each
letter...so I have to click yes 50-200 times. Is there a way to change the
automatic settings so that this program can always have access to sending
emails.

Thanks

Jason
 
Am Mon, 9 Jan 2006 16:49:02 -0800 schrieb Jason:

Probably you´re using GetObject or even CreateObject to get a ref on an
Outlook instance. In OL 2003 simply use the existing Application object.
 
Back
Top