This is simplification
I have original worksheet which has cells in it that were created by a macro
similar to the following:
Range("D2").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
"http://finance.yahoo.com/q/cq?s=msft&d=v2" _
, TextToDisplay:="MicroSoft Stock"
What I would like to do is create a macro or a function such that cell E2
will have the text value E2 =
http://finance.yahoo.com/q/cq?s=msft&d=v2
TIA
R. Mishelof