Select Radio Button Using vba on a web site

SaeedMk

New Member
Joined
Jan 23, 2019
Messages
1
hi , i have a radio button with below elements . i want to click one of them on a web site i try >>doc.getElementsById("
datey
").Value = 9710 but it just select 9710 value
i want to select and click or click on value 9710 , what code i must write?

<select size="1" id="datey" name="datey" onchange="document.seldatey.submit();" style="font-size:14px;">
<option value="0">هیچ دوره ایی انتخاب نشده</option>
<option value="9710" selected="selected">دي - 97</option>
<option value="9709">آذر - 97</option>
<option value="9708">آبان - 97</option>
</select>
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
It is not possible to give an answer without the .html, many of these are written so differently
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top