LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default How to email an embedded object

Try
http://www.rondebruin.nl/mail/folder3/mailenvelope.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Tagwim" wrote in message ...
Dan,

Thank you but I need to attach an Embedded PDF file, one that is not stored
on disk.

Rob

"Dan R." wrote:

Rob,

Here's an example:

Sub SendEmail()
Dim OutApp As Object, OutMail As Object
Set OutApp = CreateObject("Outlook.Application")
OutApp.Session.Logon
Set OutMail = OutApp.CreateItem(0)
On Error Resume Next
With OutMail
.To = ""
.CC = ""
.Subject = ""
.Attachments.Add "C:\filename.pdf"
.Display
End With
On Error GoTo 0
Set OutMail = Nothing
Set OutApp = Nothing
End Sub

--
Dan

On Jul 3, 8:18 am, Tagwim wrote:
Hello all,

I am looking to attach an embedded PDF file in an Excel Worksheet to a
outlook email. Has anyone done this before? Any help would be greatly
appreciated.

Thank you in advance

Rob


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Email excel spreadsheet - embedded in email Lisa Excel Discussion (Misc queries) 6 September 25th 08 04:17 PM
embedded pdf object [email protected] Excel Worksheet Functions 1 October 8th 07 04:32 PM
Need VBA for embedded object????????????? CB Excel Programming 0 May 2nd 07 08:18 PM
embedded ss object peter Excel Programming 0 March 21st 06 06:43 PM
Email editor closes when forwarding Excel-embedded email Bambina Setting up and Configuration of Excel 0 March 16th 06 10:45 PM


All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"