I have one problem.
In my VBA code, I created outlook mail using
CreateObject(Outlook.Application) and
CreateItem(olMailItem).
That is OK, but
when I start application I recive message/notice
"A program is trying to access e-mail addresses you have
stored in Outlook.Do you wont to allow this?"...
How to eliminate this.
I don't want to recive this message.
Help me.
In my VBA code, I created outlook mail using
CreateObject(Outlook.Application) and
CreateItem(olMailItem).
That is OK, but
when I start application I recive message/notice
"A program is trying to access e-mail addresses you have
stored in Outlook.Do you wont to allow this?"...
How to eliminate this.
I don't want to recive this message.
Help me.