Hi Lorraine,
You can read out the HTML of the main table
(""/HTML/BODY(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/TABLE(2)/TBODY(1)/"")
and then just parse the text... e.g. split by rows
and then by columns e.g. or whatever :-)
It's a bit of mess to do it, but it is a nice work around if the dynamic paths don't work.
Also, it's usualy slightly faster.
Good luck !