Simple question here, but I can't seem to find the answer to it. I want to simply run a section of code if a checkbox is checked, something like this:
If CheckBox1.Value = 1 Then
'Code Here
End If
I want to place this code within a DIAdem autosequence, but the object is not being recognized within my script. Any help would be appreciated