5ilver5aracen
Programmer
Hi, I've just written a VB6 project that uses WebBrowser to access a web page. I now need to pull data from this web page. I have tried:
myVar = Browser.Document.body.innerText
That works ok to a point. If there are table cells on the web page the data is returned all bunched together unlike manually selecting all and copying all. How do I select all the text in the browser window and place it into a var?
Many thanks in advance
myVar = Browser.Document.body.innerText
That works ok to a point. If there are table cells on the web page the data is returned all bunched together unlike manually selecting all and copying all. How do I select all the text in the browser window and place it into a var?
Many thanks in advance