Okay this should be a simple one but all I can come with is a complecated solution.

This is whay I've got

Code:
Dim Question as string
Dim Answer(4) as string

Text1.Text=Question
Text2.Text=Answer(0)
Text3.Text=Answer(1)
Text4.Text=Answer(2)
Text4.Text=Answer(3)
What I want to do is place the Answers in a random order. Any ideas?