View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Mishelof Richard Mishelof is offline
external usenet poster
 
Posts: 3
Default Opening New Work with Wedpage Content when address is in original workbook


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