E eme126 Registered User. Local time Today, 08:24 Joined Jun 2, 2006 Messages 45 Jun 6, 2006 #1 Hello all, I was wondering what should I define a chechbox as if I want to make it a variable, so that when it is checked (= -1), I can check for the -1 and loop somewhere. Thanks
Hello all, I was wondering what should I define a chechbox as if I want to make it a variable, so that when it is checked (= -1), I can check for the -1 and loop somewhere. Thanks
mhartman Dr. Data Local time Today, 08:24 Joined Jun 5, 2006 Messages 442 Jun 7, 2006 #2 Hello: For instance, if you want to "test" the value of a check box named CheckBox1, do the below. If CheckBox1 = True Then Run some code here End IF Regards Mark
Hello: For instance, if you want to "test" the value of a check box named CheckBox1, do the below. If CheckBox1 = True Then Run some code here End IF Regards Mark