I want to be able to randomize the SendKeys command, so what do I to to
Code:
        SendKeys.Send("1")
        SendKeys.Send("2")
        SendKeys.Send("3")
        SendKeys.Send("4")
        SendKeys.Send("5")
To make it send those in random order?