12-27-2012, 09:28 PM
This code:
Macro TimeCard
Gives me this error:
Error (RT) in TimeCard: object not found (container). ?
Even though the HTML code contains:
<th id='grdTCardDtl_c_0_1' columnNo='1' height='30px' class="ig_6a760250_r4 ig_6a760250_2"><nobr>Dist. Code</nobr></th>
Is there a way to get the text from a <th> tag using the id?
Macro TimeCard
HtmlDoc doc
doc.InitFromInternetExplorer(w)
s=doc.GetText("th" "grdTCardDtl_c_0_1")
out sGives me this error:
Error (RT) in TimeCard: object not found (container). ?
Even though the HTML code contains:
<th id='grdTCardDtl_c_0_1' columnNo='1' height='30px' class="ig_6a760250_r4 ig_6a760250_2"><nobr>Dist. Code</nobr></th>
Is there a way to get the text from a <th> tag using the id?
