Thread: Combo Box help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Exceller Exceller is offline
external usenet poster
 
Posts: 55
Default Combo Box help

In the Poperties window of my ComboBox I have "ShowDropButtonWhen" preference
set on "1-fmShowDropButtonWhenFocus". I currently have to close the workbook
and reopen it to get the buttons to disappear, after a selection has been
made. How do I get the button to disappear after a selection has been made?

Also, TextAlign controls horizontal placement of text within the ComboBox,
but how can I adjust the vertical placement of text within a ComboBox?

Thanks.