View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] carmaboy@gmail.com is offline
external usenet poster
 
Posts: 3
Default Convert Inserted HTML text as Hyperlink

Is it possible when importing from another data source say SQL Server
stored in table as a href and have excel evaluate the text as
hyperlink.

i.e Import data <a href="http://www.microsoft.com"Microsoft</a into
cell A1.

Excel 2007 sees the data as text until you click into the cell then
off of it then it converts the cell to read only Microsoft as a
hyperlink.

I want to avoid using macro's but hoping there is an addon or a
setting to force XLS to automatically refresh/reevaluate.

TIA