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
Printable View
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
Hi,
U have not declared the object type.
thats the reason for the error.
Hope this will help u.
Thanks minnal
It does work.....