Anyone know how to Automatically transfer CSV data to Web page forms?

J

jcnone

How can you populate a form fields on a html web page (client side)
with data from an Excel file (CSV). The web page has several text
fields for input that I manually populate. I would like to transfer
the data into the web form automatically from the CSV file. How can
this be done?
TIA
Jman
 
E

Earl Kiosterud

Jman,

I had some success using the SendKeys method in VBA. It wasn't a web form -- it was a
terminal emulator -- but I think I did try it filling out web forms, as well as other
programs (email client, etc.). It worked pretty reliably. It seems like a grunt approach,
but it did work, and it's still in use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top