![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 17
|
I have a form created in Excel and I would like to send it as the message area of a new email by clicking a button. I would really appreciate your help.
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Apr 2002
Posts: 113
|
search this site for "send", "e-mail", "email" to find solutions,
See: http://www.mrexcel.com/board/viewtop...c=7311&forum=2 Yes, you can obtain complete control of outlook from excel and presumably, excel from Outlook. In VBA Editor, Choose References and check all of the Outlook libraries. Search the MS site & help for more info on the commands. |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Apr 2002
Location: Vancouver BC , Canada
Posts: 6,259
|
If you want to send the spreadsheet as an attachment then:
ActiveWorkbook.SendMail Recipients:=EmailAddr |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|