View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Combo box column widths

Look at help on the ColumnWidths property for a combobox . It allows you to
set individual widths.

--
Regards,
Tom Ogilvy



"JT" wrote in message
...
If I have a combo box, do all of the column widths have to
be the same size? I want to use a combo box in my macro
that has 6 columns but I haven't been able to adjust the
size of each column. Thanks.