When I paste an html table into excel, other pieces of information are available on mouseover, such as the hyperlink and the title. I'm able to get the hyperlink data using Hyperlinks(1).Address, but the title is a bit more of a mystery. I've tried the obvious objects in the Hyperlink(s) classes, but to no avail.

For example with this cell from the table:
<td><a href="servlet/ViewData?tpart=2&direct=true" title="88166, Part 1">2</a></td>

in excel - mouse over gives 88166, Part 1 in a nice yellow box.
The href is available via the Hyperlinks(1).Address.

Any ideas how to get the title?