Hi Guies,
I have a website I want to enter data from excel into the website, I have like first name, last name, address, and click on save, again it should pick the second record from excel enter into the website loop until the cell is empty.
Please suggest some thing as I recorded using Twebst but don't know how to connect to excel so that it can pick the records one by one like it does in normal excel code below.
IE.Document.getElementById("FirstName").Value = ThisWorkbook.Sheets("RawData").Range("A" & I)
in Twebst I recorded
Call browser.FindElement("input text", "name=FirstName").InputText("ABCD")
Please help
Thanks in advance
suryakant Shinde