Thanks for the promt answer. I'm afraid it might not do what i'd need
- I must admit, i had provided a bad example.
This is what i'm after - i'd hawe more complext website than just a
search engine - i'd have something like travel site (for example):
http://www.ryanair.com/site/EN/
then, i'd want the code to click on "Find Lowest rates";
then the code would select London>Dublin>23 Feb etc, and then the code
would "submit" the request, enter some data into blank text boxes in
the resulting page and so forth.
So, to enable me to do that i'd need to understand how i can get an
Element Name on a specific web site (if it's possible at all) and how
to "click on buttons" on web sites etc.
I need this as i need to enter (key in) data into a web based
Enterpise form and i need to automate that process (as all of the data
are in .xls - so, i just need to post them over to the web. As I said,
i've done that with SendKey but need to improve it with a better code
(like controling the object from within .xls rather than just sending
"tab" and "enter" and "F6" etc.)
Any idieas?