View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J.W. Aldridge J.W. Aldridge is offline
external usenet poster
 
Posts: 425
Default go to website, fill in blocks from Excel

I need help. I have a website in which i need to write a code which
will allow me to acces the site, fill in the information using specific
blocks in an Excel worksheet.

I have seen many partial codes however, I need understanding more than
the asnwer.
As an example, could someone write a code that does the following:

* pull up google
* chooses the sign in option
* goes to the sign in page and places in an email address (from block
b2 on excel spreadsheet)
* tabs down and places a password in (from block b3)
* activates the submit button

Maybe if I see the code to do this, I could figure my way out on
another site.

Could it be so simple?