This is the forum to discuss the Wrox book Excel 2000 VBA: Programmers Reference by John Green, Stephen Bullen, Felipe Martins, Brian Johnson; ISBN: 9780764544019
You are currently viewing the BOOK: Excel 2000/2002 VBA Programmer's Reference section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
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.