View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
The Dude The Dude is offline
external usenet poster
 
Posts: 14
Default User Forms in excel 2007

you can set events on the chekbox_change property.

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

"krc547" wrote:

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