Hi! I want to save all the content, the text, from a web site into a text file.now I can see this text in a msgbox like this:
strtext = MyIE.Document.body.innerText
MsgBox strtext
But, sometimes, if the text its too big I cant see all of it. And I need to save this in a database, so next step its to save it in a table.But, first I want to have a text file. Can someone help me?! Please!
strtext = MyIE.Document.body.innerText
MsgBox strtext
But, sometimes, if the text its too big I cant see all of it. And I need to save this in a database, so next step its to save it in a table.But, first I want to have a text file. Can someone help me?! Please!