Hello all,
I have a website whose content resembles a table. I get the content via data scraping. To do this, I lift a comparison value that is to be searched for in the table area of the website and when it is found, it is to enter a number in the associated field.
To do this, I have limited the range in the For Each loop with Attach Browser, but it does not click in the associated field.
How do I get this to work?