View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
jlclyde jlclyde is offline
external usenet poster
 
Posts: 410
Default columns Widths for ComboBox

I am trying to set each column width seperately for my ComboBox on my
user form. I am not sure hwo to do this. This sets the first column
width. I need to do the other 4 columsn as well.

AvailableItems.ColumnWidths = "0 in;.9 in"

Thanks,
Jay