Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default go to website, fill in blocks from Excel

Look to making a hyperlink, whose URL is the website with the username and
password concatenated. Maybe something like ;
www.google.com?user=You;PW=Whatever

Depends on the site how this is handled and if will work.

Otherwise, look into the HTML of the page and see which mechanism is used.

NickHK

"J.W. Aldridge" wrote in message
ups.com...
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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I sort blocks of information in Excel? so_lisa Excel Discussion (Misc queries) 2 May 15th 23 03:46 AM
Excel 2002: How to sum up in blocks ? Mr. Low Excel Discussion (Misc queries) 6 April 23rd 08 04:27 PM
Excel loops and If blocks Murph Excel Programming 4 May 23rd 06 11:51 AM
print in blocks in excel david Excel Discussion (Misc queries) 1 May 3rd 05 09:46 PM
Moving blocks of data in excel Yasmin Excel Discussion (Misc queries) 1 March 17th 05 10:39 PM


All times are GMT +1. The time now is 12:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"