Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.fr.excel,microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi.
I'd like to send an email with VBA from Excel 2002, using Groupwise 6.5. I've tried these several code samples but nothing worked.. // Try 1 ActiveWorkbook.EnvelopeVisible = True With ActiveSheet.MailEnvelope .Introduction = "This is a sample worksheet." .Item.To = " .Item.Send End With // Try 2 Dim HLink As String HLink = "mailto:" & Recipient & " ActiveWorkbook.FollowHyperlink (HLink) Any idea to solve this problem ? Thanxs. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bypass: A program is trying to send mail using Item.Send prompt | Excel Discussion (Misc queries) | |||
Send an e-mail | Excel Discussion (Misc queries) | |||
How do I send office documents to Groupwise? | Excel Discussion (Misc queries) | |||
Send e-mail | Excel Discussion (Misc queries) | |||
Send Mail | Excel Programming |