View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Benson[_2_] David Benson[_2_] is offline
external usenet poster
 
Posts: 1
Default Dimming Controls

I am developing a macro that has a UserForm with several controls (combo
boxes, list boxes, and option buttons). The option buttons are used to
determine whether or not a particular list box or combo box is enabled. If
an option button is deselected, the associated list box will not be enabled;
if the option button is selected, then the associated list box is enabled.

The Help file says that when a control is not enabled, it should appear
dimmed. Mine don't! The look the same regardless of whether or not they
are enabled.

The enabling/un-enabling is working, because when a list box is not enabled,
I can't select it.

Does anyone have any idea what I'm doing wrong?

Thanks.

David Benson