I have found some code that works, in sending the open excel file as an attachment in a Lotus Notes email message. There is one liine of code that has the .send, which works, however I'm looking for the .display for this code, I guess it's not .display as it is for outlook (I'm new to Lotus Notes). I would like the email message to open first, so I can click send myself (I like to give it a once over....). Here is a portion of the current code that I found, that shows the .send...:
'Send the e-mail.
With noDocument
.PostedDate = Now()
.SEND 0, vaRecipient
'.display 0, vaRecipient
End With
Thanks...
Bookmarks