View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
VBA Dabbler[_2_] VBA Dabbler[_2_] is offline
external usenet poster
 
Posts: 54
Default VBA ColumnHeads Property for ComboBox

Does anyone know how to make the 'ColumnHeads' appear in a ComboBox?

I have set the property with:

frmFormName.ComboBoxName.ColumnHeads = True

The heading row appears but no text is in it.