Quote Originally Posted by VBDT
and if you are using the second one with Random object then change the line
VB Code:
  1. value = employeePicker.Next(0, myrows.GetUpperBound(0))
with this
VB Code:
  1. value = employeePicker.Next(0, myrows.Length)
I forgat to ask, did you make the changes abov?