Click here to Skip to main content
16,022,828 members

Comments by Member 12005342 (Top 16 by date)

Member 12005342 4-Mar-16 7:35am View    
After hitting search button the above code I have written....
Don't knw how to wait till search complete and read the result...your help is greatly appreciated
Member 12005342 4-Mar-16 7:32am View    
Code is here
For each ele in ie.document.all
Select case ele.id
Case "result-count"
Sht.range("A1")=ele.innertext
End select
Next

Can you please tell me where I need to loop to store result value after search complete.
Member 12005342 28-Sep-15 15:36pm View    
Thank you john

Code worked perfect

Thanks again
Member 12005342 28-Sep-15 14:46pm View    
Thank you soo much john for your help

Code is working and I am able to display all the data but only problem is next time when I search for another customer it is displaying both previous and this customer details.
Member 12005342 28-Sep-15 13:52pm View    
Yes I tried and I am getting run time error @ da1.fill(table 2).

Stating " in operator without () in querry expression 'Productid in @productid' "