assuming i have http://wwww.mysite.com/index.htm
how to read line by line in the index.html and search a value "TEST" in all line of documet html, and when is found store in MY_VAR....
Printable View
assuming i have http://wwww.mysite.com/index.htm
how to read line by line in the index.html and search a value "TEST" in all line of documet html, and when is found store in MY_VAR....
Are you using VB, VB.Net, VBA???
Tks for fast reply!Quote:
Originally Posted by MartinLiss
i would want to use in Excel and VBA....
Then you are in the correct forum so I will delete your thread in Classic VB that pointed to here.
From this post it is not clear what you need to store in the variable.Quote:
how to read line by line in the index.html and search a value "TEST" in all line of documet html, and when is found store in MY_VAR....
Also, if you find more that one occurance of the value "TEST" within the file, do you want to store the first/last/all/someother occurance?