Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm sending out a new mail message and attaching the current excel worksheet.
I would like to also include a pdf file from a seperate folder. This is the code for the attachment of the excel document. What else would I have to include to find the pdf and place in the same email? Thanks ! Dim mySend As Integer mySend = MsgBox("Would you like to send document by email?", vbYesNo) If mySend = vbNo Then Exit Sub End If Application.Dialogs(xlDialogSendMail).Show End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
e Mail attachment | New Users to Excel | |||
how to add attachment in a CDO mail | Excel Discussion (Misc queries) | |||
mail and attachment | Excel Discussion (Misc queries) | |||
E-Mail attachment to same e-mail address in Outlook | Excel Discussion (Misc queries) | |||
how to e-mail with an attachment using hotmail | Excel Worksheet Functions |