LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default e-mail from Excel to outlook

This will create the e-mail I want if I do a copy/paste value and
double click the cell where I pasted/value.

While I can do the 2 step tango, I want to automate the hyperlink for
the rest of my users. I can't seem to get a macro which can edit the
content, then exit out so that it is a hyperlink. Thoughts?


Sub mailto()
Application.Dialogs(xlDialogSendMail).Show
End Sub

="mailto:?bcc="&$F$33&"&subject="&$F$34&"&body="&$ F$35&"%0a"&$F$36&"%0a"&$F$37&"%0a"&$F$38&"%0a"&$F$ 39&"%0a$"&$F$40&"%0a"&$F$41

Live example: add the Mailto sub to your spreadsheet, then copy below
and paste into a cell, double click on it then hit enter. It should
appear as a hyper link, click the hyperlink and it creates an e-mail
and fills in the bcc, subject and body
---
&subject=test-test&body=Contact
namer%0aphone number%0acompany%0astreetaddress%0acity state,
zip%0a$quote%0aproduct
--

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook mail from Excel Tufail Excel Programming 0 October 9th 06 02:51 AM
e-mail from excel when outlook is not in use Jignesh Khandwala Excel Discussion (Misc queries) 5 April 7th 06 09:52 AM
How can I use Outlook express to send mail rather than Outlook by VBA code new.microsoft.com Excel Programming 5 August 3rd 05 03:45 PM
How can I use Outlook express to send mail rather than Outlook by VBA code new.microsoft.com Excel Programming 1 August 1st 05 12:45 PM
Display mail application either in Outlook, or Outlook express [email protected] Excel Programming 0 April 13th 04 09:50 PM


All times are GMT +1. The time now is 11:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"