Check Boxes
Hi -
Private sub checkbox1()
if checkbox1.value = true then
checkbox2.visible = true
else
checkbox2.visible = false
end if
end sub
Aparna
"Adam H" wrote:
Hiya,
I need to set up two check boxes in excel.
The first box needs to be there, on show, all the time, but the second only
needs to appear once the first has been ticked.
Is this possible??
Thanks you for taking the time to read and reply to this,
Adam
|