User Forms in excel 2007

  • Thread starter Thread starter krc547
  • Start date Start date
K

krc547

I have a user form, hoe can I get certain items blacked out depending on what
check box they select at the top.
 
you can set events on the chekbox_change property.

If checkbox = true then combobox1.enabled = false, for example
Or """""""""""" then combobox1.visible = false
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top