ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Lotus Notes get all the recipients (https://www.excelbanter.com/excel-programming/407599-lotus-notes-get-all-recipients.html)

ward376

Lotus Notes get all the recipients
 
How do I get all the recipients from .GetItemValue("CopyTo") (0)?

Cliff Edwards


ward376

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





All times are GMT +1. The time now is 04:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com