Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Set OL = CreateObject("Outlook.Application") Set emlMessage = Outlook.CreateItem(olMailItem) emlMessage.Attachments.Add "filename" emlMessage.Subject = "title" 'emlMessage.To = "whoever" emlMessage.Display You'll need the outlook reference added via toolsreference in the vb editor. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~View and post usenet messages directly from http://www.ExcelForum.com/ ~~Now Available: Financial Statements.xls, a step by step guide to creating financial statements |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening Excel - getting print dialog box | Excel Discussion (Misc queries) | |||
Dialog box appears when opening Excel says it can't find a file? | Excel Discussion (Misc queries) | |||
how do i create a dialog box to appear on opening an excel wkbook | Excel Discussion (Misc queries) | |||
How can I make Excel display a message (dialog box) upon opening a spreadsheet? | Excel Discussion (Misc queries) | |||
Opening an filling e-mail from excel | Excel Programming |