I've posted a question earlier and I ran into another problem.
I have a website www.abc.com with 2 pages www.abc.com/a and www.abc.com/b
I need to extract data from page b by navigating from www.abc.com, based on the user input.
pseudo code would be something like this
- prompt user for input (if input is 'b')
- goto www.abc.com
- search for page www.abc.com/(user input). In this case www.abc.com/b
- extract data from this page into excel sheet or a simple text file etc.
Is there a language which would be help me in achieving this task ? Can we do this in VBA ?
Thanks