Run-Time Error 91 for Internet Explorer .elements(name).value
Btw, below is the HTML code that I'm trying to extract the value from.
Basically, its a table with boxes populated by numbers, and I'm trying
to get the numbers.
<table class="layout"
<tr
<td class="layout" valign="top"
<table
<tr
<thCcy</th
<th1 GBP =</th
</tr
<tr
<tdAED</td
<td<input type="text" class="rate"
name="rates[AED]"
value="6.8026" /</td <==
VALUE TO GET
</tr
|