D
dave
hi
i have one form and five checkbox namely chk1,chk2,chk3 and so on..
i want to check value of all checkboxes in for loop...
code snippet
for i = 1 to 5
msgbox chk&i.value
next
but its throwing error saying object required....
thanx for help
i have one form and five checkbox namely chk1,chk2,chk3 and so on..
i want to check value of all checkboxes in for loop...
code snippet
for i = 1 to 5
msgbox chk&i.value
next
but its throwing error saying object required....
thanx for help