Thread
:
Lotus Notes get all the recipients
View Single Post
#
2
Posted to microsoft.public.excel.programming
ward376
external usenet poster
Posts: 360
Lotus Notes get all the recipients
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 With Quote
ward376
View Public Profile
Find all posts by ward376