robhargreaves
Board Regular
- Joined
- Feb 6, 2005
- Messages
- 85
I have been trying to get sendmail from excel to work with lotus notes
I have thought about trying to use a mailto: but cant think how to do it. I can get it to work in Outlook no problem but we use Lotus Notes r5 at work.
My button in excel to outlook allows me to click, create a seperate excel file with that specific worksheet only placed in it. I use
to only get values not formula.
The new file is called by worksheetname.xls
The Outlook message is addressed and headed in the code also the new file is attached to the email.
This is exactly what I wish to do with notes - is it possible?
By the way the user will be logged in to notes and it will be open.
Thanks for your help.
Rob
I have thought about trying to use a mailto: but cant think how to do it. I can get it to work in Outlook no problem but we use Lotus Notes r5 at work.
My button in excel to outlook allows me to click, create a seperate excel file with that specific worksheet only placed in it. I use
Code:
.Cells.Copy
.Cells.PasteSpecial Paste:=xlPasteValues
to only get values not formula.
The new file is called by worksheetname.xls
The Outlook message is addressed and headed in the code also the new file is attached to the email.
This is exactly what I wish to do with notes - is it possible?
By the way the user will be logged in to notes and it will be open.
Thanks for your help.
Rob