J
Joe
I have a flat file with 4 fields of data. One of the
fields I'd like to be imported as a hyperlink, so it can
easily be clicked on in the worksheet. How do I code my
flat file to make this happen? Below is an example of my
data:
<a href="http://www.something.com/data">field1</a>
field2 field3 field4
So, clicking on "field1" in the spreadsheet will take me
to www.something.com/data.
When I import my flat file now, I get all of the html
coding in the cell, and it's not a hyperlink.
Any thoughts, suggestions will be much appreciated.
fields I'd like to be imported as a hyperlink, so it can
easily be clicked on in the worksheet. How do I code my
flat file to make this happen? Below is an example of my
data:
<a href="http://www.something.com/data">field1</a>
field2 field3 field4
So, clicking on "field1" in the spreadsheet will take me
to www.something.com/data.
When I import my flat file now, I get all of the html
coding in the cell, and it's not a hyperlink.
Any thoughts, suggestions will be much appreciated.