01-13-2011, 12:01 PM
Try implementing your logic around this
Code:
If Strcomp ("Yes",Datatable.Value ("Order" & i, dtlocalSheet),1) = 0 Then
flag = "ON"
Else
flag = "OFF"
End If
If Disabled = "0" Then
Browser("..").Page("..").WebCheckBox("..").Set flag
End If