Originally posted by vbmom
The Instr function is incorrect. The first arg has to be the starting char position.
The start position is Optional. Also a Type mismatch deals with one memory type trying to be passed to another, incompatible type.

Your problem seems to be linked to QuestionArray(0).Question, so what's this declared as?

Or it could be that Choices is not willing to accept the data.

Why ">" if your delimiter is ":"?