Using a csv file to store questions for a quiz (vb)

Okay, so for a project in college, I am to create a quiz with separate users and a large amount of questions in vb (i hate the language), the way i need the questions and answers to be stored is in a csv file and I need some assistance to make the program read from a list of questions and answers at random and display them say, in a label for a specific question. 

Does anyone know of any way I can do this?

Any help would be greatly appreciated.

If you need any other info just ask and if I have an answer I'll explain.

I'm guessing that the answers and questions will be stored on different csv files anyway. You need some simple tinkering to get a random selection from a csv list after you import it. 

This link should shed some light, since it is your school work you need to figure it out a little on your own

http://www.extendoffice.com/documents/excel/645-excel-select-cells-randomly.html