A
Alok
Hi all,
I am traversing some checkbox's value in a frame.
But i am getting the value in a random way
as chk5,chk2,chk4,chk3....... when all of them are uncheked.
The same snippet worked fine though.
Any help would be appreciated.
eg. snippet:
For Each chk In Frame43.Controls
If chk = "False" Then
MsgBox "Queriy ::" & CInt(Right$(chk.Name, 1))
End If
Next
I am traversing some checkbox's value in a frame.
But i am getting the value in a random way
as chk5,chk2,chk4,chk3....... when all of them are uncheked.
The same snippet worked fine though.
Any help would be appreciated.
eg. snippet:
For Each chk In Frame43.Controls
If chk = "False" Then
MsgBox "Queriy ::" & CInt(Right$(chk.Name, 1))
End If
Next