I have a csv file that contains values such as "first name", "last name", "Date of birth". I want to create a simple vb app that will let me choose the csv file from my desktop that I want to use, then use the values in it to fill in a web form on a website. Basically, I am trying to automate the process of having to create hundreds of users. Can someone get me started on how to code this? It would be a simple form with 2 buttons(1 for "choose file" and another for "start upload".