This is how you use it
Heres what to do with the code I posted:
This line should be placed right under the declaration of your
Form1 class, you know where it say Public Class Form1
Dim Questions(5) As String, I As Long
This should go in the load event of your form1, I decribed how to
Do...