I am trying to select a drop down radio button in Internet Explorer but keep receiving the "Run-time error '424': Object Required" error.
Here is the code I am using
Here is the HTML Code
</label></td></tr></tbody></table></div>
Here is the code I am using
Code:
Sub Select_Cartons()
' Set a reference to 'Microsoft Internet Controls' under the VBA Tools\References menu
Dim IE As InternetExplorer
Set IE = New InternetExplorer
IE.navigate "http://qfocus.odfl.com/ibi_apps/bip/portal/uat_TEST_IBPlan_Appt"
IE.Visible = True
Do
DoEvents
Loop Until IE.readyState = READYSTATE_COMPLETE
IE.document.all("rd_drop_SHIPTYPE").Item(1).Checked = True
End Sub
Here is the HTML Code
HTML:
ShipmentsAll My DeliveriesAll My Appointments/RADAll My AppointmentsAll My Must Arrive By