ie.navigate and input

test

Board Regular
Joined
Apr 17, 2002
Messages
182
Hey guys, Is it posssible to to have an excel spreadsheet with data, have it go to a specific website and enter the info. Here is an example.

My webpage has a login section
I would like for the script to ask for login info via input box's and enter it into the username and password field.

From there, upon loading to a new webpage I need the webpage to look at info in excel and input and submit on the webpage.

I would appreciate any help or direction.

Thanks
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Assuming you mean for your web page to read an Excel file on the server as a type of database, you will need to use a scripting language such as ASP or PHP, and ADO to get at the data. If you are using Win2k or above, chances are you have IIS installed, in which case http://www.planetsourcecode.com will help, search ASP/VBScript for Excel ADO, should get you some samples.

Similarly, if you have Apache and PHP installed, it's the same principals there, just a different language.

You should be able to get all this working on your local machine, before deploying to your web server.

HTH
 
Upvote 0

Forum statistics

Threads
1,214,998
Messages
6,122,643
Members
449,093
Latest member
Ahmad123098

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top