![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
#12
| |||
| |||
|
|
You can use a code like: Dim olApp As Outlook.Application Dim olItem As Outlook.MailItem Set olApp = CreateObject("Outlook.Application") Set olItem = olApp.CreateItem(olMailItem) olItem.Recipients.Add ("aaa (AT) bbb (DOT) com") olItem.Recipients.Add ("ccc (AT) ddd (DOT) com") olItem.Display Peter http://access.xps350.com/ |
#13
| |||
| |||
|
|
Thanks, Ed Which version of Access / Office are you using Phil |
#14
| |||
| |||
|
|
It works in versions 2002-2010 "Phil" <phil (AT) stantonfamily (DOT) co.uk> wrote in message news:isg5td$l1r$1 (AT) speranza (DOT) aioe.org... Thanks, Ed Which version of Access / Office are you using Phil |
![]() |
| Thread Tools | |
| Display Modes | |
| |