View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jason36 jason36 is offline
external usenet poster
 
Posts: 9
Default Saving Lotus Notes in Sent Folder vba excel

I have no problem sending zipped excel files via Lotus Notes but for audit
trail purposes can find no trace in Lotus Notes that I have sent them. I
have included the below but nothing happens. Any help would be greatly
appreciated


objNotesDocument.SaveMessageOnSend = True
objNotesDocument.PostedDate = Now()
--
jason36