Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I was creating a spreadsheet (forms) to collect feedback and I put a button on called "submit" to get people submit the data... The code is as follows: Sub Button1_Click() MsgBox "Survey Completed. Thanks a lot!" ActiveWorkbook.Save Application.Dialogs(xlDialogSendMail).Show End Sub In this way I can get the email program open automatically when people click the button. But Can I actually modify the code somehow and get my email address filled and send the email out automatically? Thanks, P -- prague ------------------------------------------------------------------------ prague's Profile: http://www.excelforum.com/member.php...o&userid=30172 View this thread: http://www.excelforum.com/showthread...hreadid=513097 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to send email automatically. | Excel Discussion (Misc queries) | |||
How do I send/email macros from my excel workbook to someone else? | Excel Worksheet Functions | |||
How do I automatically send daily email of updated Excel workbook. | Excel Discussion (Misc queries) | |||
automatically send email from excel | Excel Programming | |||
VBA code to send range automatically via email | Excel Programming |