LouieLouieOhOh
Technical User
I am a beginner/novice using VB in excel. I am able to open an instance of IE (internet explorer) and input data from a spreadsheet into the web page (add cell values into text boxes in a form).
What I need to do is extract a text string from the page source ... the string is "always" preceeded by the text
<row id= '
then the string follows ... as
12345.67891.21212.65656
so, 5 digits, a period, etc. for a total of 23 charactors.
Can someone show me how to "grab" this string of data? example of the code is attached (can't give exact html document, sorry ... boss won't allow it).
What I need to do is extract a text string from the page source ... the string is "always" preceeded by the text
<row id= '
then the string follows ... as
12345.67891.21212.65656
so, 5 digits, a period, etc. for a total of 23 charactors.
Can someone show me how to "grab" this string of data? example of the code is attached (can't give exact html document, sorry ... boss won't allow it).