SatheeshTC
Nov 29th, 1999, 01:34 PM
I have defined this in the form load
For Each myControl in Controls
mycollection.add mycontrol
next
when i use this to access the code...
mycollection(1)
i get "object required" error
pl solve this for me
satheesh
For Each myControl in Controls
mycollection.add mycontrol
next
when i use this to access the code...
mycollection(1)
i get "object required" error
pl solve this for me
satheesh