Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I get all the recipients from .GetItemValue("CopyTo") (0)?
Cliff Edwards |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Never mind, I think I've got it. Suggestions welcome.
Dim sentList As Variant Dim sentName As Variant sentList = noDocument.GetItemValue("SendTo") For Each sentName In sentList 'do stuff Next sentName Cliff Edwards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lotus Notes | Excel Discussion (Misc queries) | |||
Emailing with Lotus Notes to multiple, user entered, recipients | Excel Programming | |||
Need help with checkbox to select recipients of an E Maiil via Lotus Notes | Excel Programming | |||
Mail über Lotus Notes aus Excel heraus/ Sending Mail with Excel through Lotus Notes | Excel Programming | |||
Lotus Notes | Excel Programming |