I have to fill a web form every day with data stored in an excel sheet. The web form has customer name, customer ID, street,city,state,country,phone,client name,client ID, no.of orders required, mode of payment(drop down box containing credit card, checking, paypal,check,money order).
This data for about 100 customers are stored in an excel sheet (The information keeps changing in this excel sheet).
I have to manually type in the above details one by one in the web form(ASP) and click a submit button.
I want to automate this by sending all the data, on a click of the button, from the excel sheet to the web form and submit the data.
There are several third party tools for autofilling web forms are available.
Need this functionalitiy to be done through Excel VBA.
Any comments.
This data for about 100 customers are stored in an excel sheet (The information keeps changing in this excel sheet).
I have to manually type in the above details one by one in the web form(ASP) and click a submit button.
I want to automate this by sending all the data, on a click of the button, from the excel sheet to the web form and submit the data.
There are several third party tools for autofilling web forms are available.
Need this functionalitiy to be done through Excel VBA.
Any comments.