Hi
I am using the DTS package with SQL SERVER 2000. I have a table, and in one
of the columns are links to websites. I am trying to export this to Excel
2002 SP3
a typical text string stored in the table is
=HYPERLINK("www .asite.com","Cl ick")
I had hoped the field would be transferred exactly as is and so would appear
as a hyper link in the Excel document it creates. Unfortunateld it seems to
automatically put a ' in front of it so if I click on the cell, in the bar
at the top I get
'=HYPERLINK("ww w.asite.com","C lick") - Notice the apostrophe
so the full text is displayed in the spreadsheet (rather than the word
Click)
Does anyone know of a way to get rid of the ' thats being added on
thanks in advance
Andy
I am using the DTS package with SQL SERVER 2000. I have a table, and in one
of the columns are links to websites. I am trying to export this to Excel
2002 SP3
a typical text string stored in the table is
=HYPERLINK("www .asite.com","Cl ick")
I had hoped the field would be transferred exactly as is and so would appear
as a hyper link in the Excel document it creates. Unfortunateld it seems to
automatically put a ' in front of it so if I click on the cell, in the bar
at the top I get
'=HYPERLINK("ww w.asite.com","C lick") - Notice the apostrophe
so the full text is displayed in the spreadsheet (rather than the word
Click)
Does anyone know of a way to get rid of the ' thats being added on
thanks in advance
Andy
Comment