No idea how to describe this problem, but just add this to a form :
VB Code:
Option Explicit Dim WithEvents Lst As ListBox Private Sub Form_Load() Set Lst = List1(0) End Sub
List1() is a control array created at design time. Error occurs :
Anyway to avoid it?459 - Object or class does not support the set of events




Reply With Quote