PDA

Click to See Complete Forum and Search --> : Controls pl. help urgent


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

minnal
Nov 29th, 1999, 03:19 PM
Hi,

U have not declared the object type.
thats the reason for the error.
Hope this will help u.

SatheeshTC
Dec 2nd, 1999, 09:02 PM
Thanks minnal

It does work.....