Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is the code to open MS Outlook new message by double clicking an
email address in a text box on a form. If the double clicking will not work then a command button can be added for the code. Craig Wilks *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Craig
In the Userform's class module, put this Private Sub TextBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) ThisWorkbook.FollowHyperlink "mailto:" & Me.TextBox1.Text End Sub Change TextBox1 to the name of your textbox. -- Dick Kusleika MVP - Excel www.dicks-clicks.com Post all replies to the newsgroup. "Craig Wilks" wrote in message ... What is the code to open MS Outlook new message by double clicking an email address in a text box on a form. If the double clicking will not work then a command button can be added for the code. Craig Wilks *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Including a message in an Email | Excel Discussion (Misc queries) | |||
message in the body of the email | Excel Worksheet Functions | |||
email message on worksheet | Excel Discussion (Misc queries) | |||
New Email Message | New Users to Excel | |||
Download Email message | Excel Discussion (Misc queries) |