Sending formatted Lotus Notes rich text email from Excel VBA

后端 未结 3 1457
無奈伤痛
無奈伤痛 2020-11-27 06:54

I have little Lotus Script or Notes/Domino knowledge but I have a procedure, copied from somewhere a long time ago, that allows me to email through Notes from VBA. I normal

3条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 07:31

    I like it just the way it is. However, I had to change dbString = "mail\" & Application.UserName & ".nsf" to dbString = "mail\" & Application.CurrentUser & ".nsf"

    First comment: I wish I didn't have to have Lotus Notes open at the time of sending.

    Second comment: I wish I could change who the e-mail is from (ie, if I'm sending a report to 50 people, I want it to be from a generic address, rather than my work address)

提交回复
热议问题