i have 1 sub in my control(with do..loop).
then i put 2 instances in form.
when 1 instance is using that sub, the 2nd instance can't use it.. why these beavoir?
why that sub isn't private too(like say 1 instance, 1 sub... 2 instances, 2 sub's...)?