Hi,

I'm using get external data with full html formatting and retrieving data whose source is like:
<td id="1004"><a href="javascript:;" onclick="javascript:showTable(1, 16953)">EL2</a></td>

I can get the href of the hyperlink via HyperlinkCell.Hyperlinks(1).Address

How can I get the onclick?

Cheers