Hi,
I am having a problem. I am trying to extract either of the bolded bits of information from the code below.
the code i am using to date is![]()
<td class="Name"> <span id="PlacementGrid_ctl01_ctl04_lblPlacementName" title="TestNumber123">TestNumber123</span> </td>
unfortuantly every time i run the code i am getting an "Object does not support this property or method" error.![]()
cells(1,1).value = ie.document.getelementbyid("PlacementGrid_ctl01_ctl04_lblPlacementName").value
Any ideas?
Thanks
Bookmarks