View Single Post
 
Old 08-13-2019, 01:50 AM
WivanS WivanS is offline Windows 10 Office 2016
Novice
 
Join Date: Aug 2019
Posts: 5
WivanS is on a distinguished road
Default

Thank you, Guessed.
You put me on the right track: I changed
Set olApp = OutlookApp ()
into
Set olApp = GetObject(, "Outlook.Application")
as in the macro of Ron de Bruin.
So now in principle it works fine.
I have one question though. Perhaps someone could solve that as well:
In my Outlook AddressbookI have a number of recipients gathered in GROUP.
I would like to have as recipient this GROUP (several addresses, but in the To: field only visible as "+ GROUP").
Could you please help me with this also?
Many thanks!
Regards,
WivanS
Reply With Quote