Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Flo
 
Posts: n/a
Default Hyperlinking e-mail addresses from a listing to show a subject lin

We have 2 worksheets one contain drop-down menu listing of different
selections of people w/e-mail addresses. When they select a person from the
drop-down menu an e-mail is automatically generated. Our problem is that we
would like for the Subject line on the e-mails to reflect Online Library
Resource as the wording. We are able to get this to happen on Sheet 2 when
we select (as a test) one of the e-mails and it happens exactly like we want
--- but, when we go back to Sheet 1 & select someone an e-mail is populated
w/o any verbiage in the Subject area --- I have included the formula that we
are using for the e-mail to be populated --- what have we left off --- plus,
this hyperlink does work when we select directly from Sheet 2 --- we are
hiding Sheet 2 when we populate this spreadsheet so we need to make sure that
Sheet 1 works the same --- PLEASE help us --- thanks!

=HYPERLINK("mailto:" &
INDEX(Sheet2!G:H,MATCH(Sheet1!A4,Sheet2!G:G,FALSE) ,2),
INDEX(Sheet2!G:H,MATCH(Sheet1!A4,Sheet2!G:G,FALSE) ,2))
  #2   Report Post  
Posted to microsoft.public.excel.misc
bgeier
 
Posts: n/a
Default Hyperlinking e-mail addresses from a listing to show a subject lin


Try adding ?subject=testing",


Code:
--------------------
=HYPERLINK("mailto:" &
INDEX(Sheet2!G:H,MATCH(Sheet1!A4,Sheet2!G:G,FALSE) ,2),
INDEX(Sheet2!G:H,MATCH(Sheet1!A4,Sheet2!G:G,FALSE) ,2)) & ?subject=testing",
--------------------


--
bgeier
------------------------------------------------------------------------
bgeier's Profile: http://www.excelforum.com/member.php...o&userid=12822
View this thread: http://www.excelforum.com/showthread...hreadid=547894

Reply
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
delete multiple addresses in excel before mail merge dacook4usn Excel Discussion (Misc queries) 0 February 21st 06 09:49 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
abdualmohsn almedrahe abdualmohsn ahmad Excel Discussion (Misc queries) 1 November 19th 05 06:32 PM
How can I prevent email addresses from automatically hyperlinking. pistoff Excel Worksheet Functions 2 June 10th 05 11:36 PM
UDF and Calculation tree Ken Wright Links and Linking in Excel 1 February 6th 05 04:58 PM


All times are GMT +1. The time now is 01:30 AM.

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

About Us

"It's about Microsoft Excel"