Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have to believe i'm misreading this code, somehow. when
i watch chkboolean.value, it changes to false, as it should, the first time the code is run through. but then when it runs through a second time, this code should NOT get triggered, because now chkboolean.value=false (which it shows, correctly, in the watch window). xxxxxxxxxxxxxxx If chkBoolean.Value = True And _ optCouponsOnly.Value = True Or _ optSchedCoupons.Value = True Then MultiPage1.pgCoupons.Visible = True chkBoolean.Value = False MultiPage1.Value = 1 txtProgID.SetFocus MsgBox "Please also fill in these fields, then press ""Continue""." _ , vbInformation, "Let's see................." Exit Sub chkBoolean.Value = False End If xxxxxxxxxxxxxxx thanks for any assistance. susan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if any of 3 conditions is true, then answer is true | Excel Worksheet Functions | |||
Search for 2 true arguments and return true or false | Excel Discussion (Misc queries) | |||
Function to return True/False if all are validated as True by ISNU | Excel Worksheet Functions | |||
How do I stop Excel from changing the word true to TRUE? | Excel Discussion (Misc queries) | |||
Reverse false and combine with true true value | Excel Worksheet Functions |