|
-
Sep 1st, 2009, 09:47 AM
#5
Thread Starter
Member
Re: Type Mismatch Error
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)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|