Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello to all,
I have read some about sending mail from excel trought Lotus Notes, and I am working with it, but itīs imposible for me to send a range of date or a link to a document. Has anybody an idea? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look on XL-Dennis his site
http://www.rondebruin.nl/mail/links.htm -- Regards Ron de Bruin http://www.rondebruin.nl "carloshernandezy" wrote in message ups.com... Hello to all, I have read some about sending mail from excel trought Lotus Notes, and I am working with it, but itīs imposible for me to send a range of date or a link to a document. Has anybody an idea? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron de Bruin ha escrito:
Look on XL-Dennis his site http://www.rondebruin.nl/mail/links.htm -- Regards Ron de Bruin http://www.rondebruin.nl "carloshernandezy" wrote in message ups.com... Hello to all, I have read some about sending mail from excel trought Lotus Notes, and I am working with it, but itīs imposible for me to send a range of date or a link to a document. Has anybody an idea? Thanks Thanks Ron for your answer, finally I found what I was looking for in ibm/lotus-notes web, ' Set EmbedObj = AttachME.EmbedObject(1454, "", attachment, "Attachment") 'original ' Set object = rtitem.EmbedObject(EMBED_OBJECTLINK, "", "c:\test.txt") 'EMBED_ATTACHMENT (1454) 'EMBED_OBJECT (1453) 'EMBED_OBJECTLINK (1452) 'Set objAttachment = objRichText.EmbedObject(EMBED_ATTACHMENT, "", FullPath, FileName) 'Set notesEmbeddedObject = notesRichTextItem.EmbedObject( type%, class$, source$, [ name$ ] ) This weekend I have working on it at home, tomorrow I will test it at work with Lotus Notes. I was triying to put a link (objectlink) as an attachment. Thanks again and congratulations for web, it is very useful for me. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Send Mail with Lotus Notes | Excel Discussion (Misc queries) | |||
Send Mail - Code to test whether Lotus Notes / Outlook is used | Excel Programming | |||
Automatically send e-mail with Lotus Notes | Excel Programming | |||
Excel VBA to send email using Lotus Notes | Excel Programming | |||
Can you use code to Send excel spreadsheets via Lotus Notes?? | Excel Programming |