Now this may seem weird...but from this forum I found out something spectactular, how to make the field output read currency by using FormatCurrency and defining 2 decimal places. But here is my problem now:
<td><span class="style1"><%= objRSsearchrelHLtbl.Fields("FAQ_List_Bookmark_Page").Value %></span></td>
The problem with this field output is that the field is actually a javascript which link to an image for the user to click on.
I want the actual output from my EXPORT TO EXCEL form to export the TEXT ONLY... so when I view the excel doc, I see the actual script.
I have the same problem with two other fields which are actual IFRAMES... I need to see the Iframe tags with all of the data within.... how can I also get that to export as text?
I am totally ignorant about this stuff and I tried using rather than FormatCurrency to use FormatText but of course that did not work.
PLEASE HELP!
LadyCK3
aka: Laurie
<td><span class="style1"><%= objRSsearchrelHLtbl.Fields("FAQ_List_Bookmark_Page").Value %></span></td>
The problem with this field output is that the field is actually a javascript which link to an image for the user to click on.
I want the actual output from my EXPORT TO EXCEL form to export the TEXT ONLY... so when I view the excel doc, I see the actual script.
I have the same problem with two other fields which are actual IFRAMES... I need to see the Iframe tags with all of the data within.... how can I also get that to export as text?
I am totally ignorant about this stuff and I tried using rather than FormatCurrency to use FormatText but of course that did not work.
PLEASE HELP!
LadyCK3
aka: Laurie