Hi,

I am new to VBA macro. I am using MS Excel 2010 and IE 11 for automation of webpage.
There are few fields on webpage, which are validated by IE. When i type data in webpage text control, may be due to key press event data getting validated. But when i set value in control using VBA macro, value is not validated and webpage throw error while saving data.

Till now i have tried below options
control.fireEvent ("onkeypress") and control.initEvent "change", True, False

But of no use. I am also not sure, which event to be fired using above syntax. Can someone please help me with it?