Hi All,
I am trying to select a dropdown from IE using VBA,I tried several options,

Scenario:- When i select a Dropdown,page loads some more buttons & dropdown.

Issue:- Using a VBA code i am able to select the drop down value,but buttons & other drop downs are not getting enabled after that.

Below are the codes i tried,but everything in vain.
1)Obj_IE.Document.getelementbyid("abc").value="0"
2)Obj_IE.Document.getelementbyid("abc").Selection Index=0
3) after using above codes i tried the above code with .FireEvent("OnChange")