Doh. didnt catch that but even with that change it gives the same error.


Dim SupervisorEmail
SupervisorEmail = Employees(0,1)

If Control.ListIndex = 0 Then
Item.Subject = "Sign In"


Could it be something with the way I am assigning the array item to something I would think expects a string... Which begs the question is there a toString() equivalent or need for one?

For this line. SupervisorEmail = Employees(0,1)