Posted to microsoft.public.excel.programming
|
|
enable/disable start button on basis of chkbox conditions
Sorry I couldn't help you.
Bob
"ilyaskazi" wrote
in message ...
no no no.... output is not what i wanted.
Let me clear you again...
If i set value of chkbox1 = true then
chkbox2=true
chkbox3=true
chkbox4=true
chkbox5=true
(set all other chkboxes=true) and
cmdStart.enabled=true
elseif i set value of chkbox1= false then
chkbox2=false
chkbox3=false
chkbox4=false
chkbox5=false
(set all other chkboxes=false) and
cmdStart.enabled=false
Also....
if i set value of chkbox2=false then check value of other
chkboxes(3,4,5)
and if value of all chkboxes(3,4,5)=false then
cmdStart.enabled=false
elseif any of the chkboxes(3,4,5)=true then
cmdStart.enabled=true
same for other chkboxes(3,4,5) check and apply.
example is attached. plz see for reference.
+-------------------------------------------------------------------+
|Filename: Book6.zip |
|Download: http://www.excelforum.com/attachment.php?postid=3453 |
+-------------------------------------------------------------------+
--
ilyaskazi
------------------------------------------------------------------------
ilyaskazi's Profile:
http://www.excelforum.com/member.php...o&userid=23969
View this thread: http://www.excelforum.com/showthread...hreadid=376218
|