Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default editing a hyperlink

I have a stock symbol MED in A1. In A2 I have inserted the following link:

http://www.investors.com/StockResear...p.aspx?symbol=

I want to concatenate the symbol in A1 into the hyper link in A2 like
shown below so that the link will show the data for the stock symbol MED.

http://www.investors.com/StockResear...spx?symbol=MED

Is this possible?

Example
A1 A2
MED hyperlink

Ed
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,522
Default editing a hyperlink

Instead of a hyperlink why not just double click on the symbol desired.
right click sheet tabview codeinsert thisyou may want to restrict the
cell range
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
ActiveWorkbook.FollowHyperlink Address:= _
"http://www.investors.com/StockResearch/StockCheckup.aspx?symbol=Target"
End Sub
OR, use and external query and if you have many do a loop to get info for
all. I do this for clients often.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"egildone" wrote in message
...
I have a stock symbol MED in A1. In A2 I have inserted the following link:

http://www.investors.com/StockResear...p.aspx?symbol=

I want to concatenate the symbol in A1 into the hyper link in A2 like
shown below so that the link will show the data for the stock symbol MED.

http://www.investors.com/StockResear...spx?symbol=MED

Is this possible?

Example
A1 A2
MED hyperlink

Ed


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 457
Default editing a hyperlink

=HYPERLINK(A2&A1,"My Link")

--
Best Regards,

Luke M
"egildone" wrote in message
...
I have a stock symbol MED in A1. In A2 I have inserted the following link:

http://www.investors.com/StockResear...p.aspx?symbol=

I want to concatenate the symbol in A1 into the hyper link in A2 like
shown below so that the link will show the data for the stock symbol MED.

http://www.investors.com/StockResear...spx?symbol=MED

Is this possible?

Example
A1 A2
MED hyperlink

Ed



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
hyperlink editing problem justamailman Links and Linking in Excel 2 October 29th 06 05:02 PM
editing a hyperlink mmmbrr Excel Discussion (Misc queries) 1 August 10th 06 11:19 PM
Moving rows with Hyperlink doesn't move hyperlink address Samad Excel Discussion (Misc queries) 15 June 22nd 06 12:03 PM
Editing a hyperlink changes font mattslav Excel Discussion (Misc queries) 2 May 12th 06 12:22 PM
Intra-workbook hyperlink: macro/function to return to hyperlink ce marika1981 Excel Discussion (Misc queries) 3 May 6th 05 05:47 AM


All times are GMT +1. The time now is 12:01 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"