Tick, Select from Dropdown and Click Button on Webpage

DipB_85

New Member
Joined
Jul 26, 2016
Messages
2
Hi All,
On a Webpage, I need to perform 3 actions with the help of VBA;
1. Tick on Checkbox
2. Select a value from Dropdown
3. Click Save & Next Button
I have tried many codes available on different threads but nothing seems working. Below is the HTML Code for these 3 Actions. Request your help with respective VBA code to perform the action.
I am unable to locate HTML code for dropdown, but it it Mentioned as StatusID[2] for desired option.
Below are the HTML codes for Checkbox and Save & NExt Button.

HTML:
//Checkbox<input class="check" submitname="chkPropLinkId" type="checkbox" value="120633"></input>
//Save & Next Button<input name="btnHLDsubmit" titl="Click here to Save the product details and move to the next page" *******="return MoveTo('saveProductAttributes.do')" type="submit" value="Save & Next"></input> Run code snippet
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,215,518
Messages
6,125,293
Members
449,218
Latest member
Excel Master

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