I have a list of Roll nos of 24 students in a excel file . After publication of exam result in the website, we used to put the roll nos in the input textbox of the website and get the corresponding result which is then copied and pasted in a file. The same procedure is adopted for the all students. So it is really a tedious job.

I want to make a *.iqy file so that it can read the roll nos from the excel file and then extract the corresponding result from the website (http://results.tripurauniv.in/). The list of roll nos (which contains in a column of a excel file) whose exam results are required is:

1413010738 1413010739 1413010740 1413010741 1413010742 1413010743 1413010745 1413010746 1413010747 1413010749 1413010750 1413010751 1413010752 1413010753 1413010754 1413010755 1413010756 1413010757 1413010758 1413010760 1413010761 1413010762 1413010763 1413010765

I have tried with the following iqy file. But my my attempts were not successful. I am very new to this field. Any help in this regard will be appreciable.

WEB
1
http://results.tripurauniv.in?SYMBOL=["QUOTE","Enter "]

Selection=EntirePage
Formatting=All
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False