Hi,
I used an array of checkboxes.as in the example below
and I want to get a message to know that all checkboxes are checkedVB Code:
for i=0 to 10 check1(i).value=1 next
There is no check.count so how do you do it ?
**My same question is true for textboxes..I want to get a message when all textboxes in the array are filled with a text..
thanks..




Reply With Quote