firing server side events using vba
hi,
I have written a vba code which automates filling up a web page form.there is a dropdown list containing the value of months,on the change of which a dropdown list containing the dates gets repopulated (by firing some onchange event of month field).Now problem is even when I programmatically select a month value by using object.value= xx the dates column is not getting repopulated.pls tell how to fire the event using the VBA code.
Thanx in advance.
|