Hi Folks,

I have written a VBA code to fill HTML form however after changing drop down list the dependent data is not showing but if i do this manually the same is coming.

Example: In drop down i have "A", "B" & "C"

Dependent Data: For "A" is "1", for "B" id "2" & for "C" is 3

So suppose i am selecting "A" through VBA then it should display "1" automatically which is not happening.

**Note "1", "2" & "3" is dependent on drop down selection & they are hidden.

VBA Code:

Please Login or Register  to view this content.