K krc547 Nov 27, 2007 #1 I have a user form, hoe can I get certain items blacked out depending on what check box they select at the top.
I have a user form, hoe can I get certain items blacked out depending on what check box they select at the top.
T The Dude Nov 28, 2007 #2 you can set events on the chekbox_change property. If checkbox = true then combobox1.enabled = false, for example Or """""""""""" then combobox1.visible = false
you can set events on the chekbox_change property. If checkbox = true then combobox1.enabled = false, for example Or """""""""""" then combobox1.visible = false