hi there,
I try to fill in an online form using vba,
I use this code:
IENew.document.getElementById("id_price").Value = 850
There are 2 forms on the homepage, one for buying one for selling, the problem is, this code line only works for the buy form. How do I have to adjust the line of...