Get data from HTML file?

  • Thread starter Thread starter BeeuuhhhhAAAARRRRHHHHH
  • Start date Start date
B

BeeuuhhhhAAAARRRRHHHHH

Guest
HI,
I'd like to get data from html files I have, stored on my computer. The data is in a textbox.
I have already a VB script under Excel that open the file (and convert in xls format), but then I don't know how to search and find the data, to past in another storage excel file.
The answer maybe is to look into the source code, but how?

Thanks by advance for any answer.
Greetings,
I forgot to mention that I have 200 files...
 
additionally to view the source just right click on the page and click view source. and if you have the pages on your pc as you said just right click on it and then click edit which will open it in notepad. then click on edit at the top and click find to search for specific text
 
additionally to view the source just right click on the page and click view source. and if you have the pages on your pc as you said just right click on it and then click edit which will open it in notepad. then click on edit at the top and click find to search for specific text
 
Back
Top