Hi Guys,
I am writing a web macro using VBA. I was entering values in the pages like this..
Set IeBro = New InternetExplore r
IeBro.Navigate( "www..")
..
..
Set IeDoc1 = IeBro.Document
IeDoc1.property .value = ...
etc..
but in one of the pages on the click of a link a popup comes up where I am stuck. I dont know how to enter values in the text box in this popup. Can anyone who knows the way - out help me?
Kindly let me know if you need any more details..
Thanks in advance,
Balu435.
I am writing a web macro using VBA. I was entering values in the pages like this..
Set IeBro = New InternetExplore r
IeBro.Navigate( "www..")
..
..
Set IeDoc1 = IeBro.Document
IeDoc1.property .value = ...
etc..
but in one of the pages on the click of a link a popup comes up where I am stuck. I dont know how to enter values in the text box in this popup. Can anyone who knows the way - out help me?
Kindly let me know if you need any more details..
Thanks in advance,
Balu435.