Hi,
I'm trying to assign a list box to a variable using Set statement, but getting an error.
what am i doing wrong?![]()
Dim SourceList As ListBox Dim TargetList As ListBox Private Sub lstCustomer_Click() Set SourceList = Me.lstCustomer Set TargetList = Me.lstCustSub End Sub
Thanks!!
yonyon
Bookmarks