Hi all,
Using VB, how do I access an Excel sheet that is embedded in a word document, so that I can can write to the cells in that sheet.
Thanks,
Stuart.
I have XML data that I want to display as an HTML table. In my XSL code I'm using a 'for-each' tag associated with a 'sort' tag to retrieve the data.
How I can I make it possible to dynamically change the value of the 'sort' tag 'select' value ? What I mean is that I want the user to be able to...
I am generating a table using XSL from an XML document using an <xsl:for-each> loop.
What I need to do is alternate the background colour of each <tr> within this loop so I end up with one white row then one grey row, then one white row then etc... (somthing like the way the thread subjects are...
Hi,
I have the following two tags in an XML file:
<Ref_Number>abcdefg</Ref_Number>
<Ref_Number_Link>c:\abcdefg.doc</Ref_Number_Link>
Is it possible with XSL to create an HTML <a> tag where the displayed link text would be equal to <Ref_Number>(ie:abcdefg) and where 'href' would be equal to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.