View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joepy Joepy is offline
external usenet poster
 
Posts: 7
Default ComboBox.ListWidth question

Hello,
I have a form with several comboboxes. However, if the text from the
RowSource is longer than the combobox itself, I'd like the _list_ to
become wider (not the combobox), so that the longest entry in my
RowSource Range fits in.

However, the Property Inspector only lets me use " x pt" values under
ListWidth, but I don't want to provide a fixed width for my boxes.

Does anyone know how this can be done?

Thanks,Joepy