View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
zsplash zsplash is offline
external usenet poster
 
Posts: 6
Default Null value return from combo box

My userform has a combo box. When I refer to "userform.cbx1.value", I
sometimes get "Null". It's inconsistent, because sometimes I get the value
selected from the list. It's just a basic (2-columned) combo box. Any
ideas why I get "Null"?

TIA