Quote Originally Posted by jmcilhinney
VB Code:
  1. Array.IndexOf(Me.arrTextBox, sender)
Note that you don't even have to cast the sender, given that it IS the same object regardless of the type of the reference through which it is accessed.

Hi,

A minor typo there, should be

"given that it IS the same object TYPE "