Hi,

I am having a problem. I am trying to extract either of the bolded bits of information from the code below.

<td class="Name">
                    <span id="PlacementGrid_ctl01_ctl04_lblPlacementName" title="TestNumber123">TestNumber123</span>
                </td>
the code i am using to date is

cells(1,1).value = ie.document.getelementbyid("PlacementGrid_ctl01_ctl04_lblPlacementName").value
unfortuantly every time i run the code i am getting an "Object does not support this property or method" error.

Any ideas?

Thanks