View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MAWII MAWII is offline
external usenet poster
 
Posts: 18
Default Dynamically enable combo box if check box is checked

I have a userform with multiple combo boxes. I also have a check box as a
response to a question on the form. If checked, I would like the combo box
for the next question enabled. By default, I want the same combo box
disabled. How do I do this dynamically? Thanks!

Mark