in excel, im having problems with the list box...i have a form where i put a listbox...but when iadd items that are longer than the width of thelist box, the listbox doesn't show a horizontalscrollbar...
Is this a 'listbox' or a 'combobox'? A 'listbox' from the ControlsToolbox only shows one item with an up/dn arrow. The combobox shows adown arrow and displays 'n' items which is configurable in theproperties of the combobox. There are also listbox and combobbox onthe Forms controls too (they act differently).The default to size of the list to show in a combobbox is 8 (as setin its properties). If you selected it from the Controls toobox thenright-click and select Properties then change ListRows item from 8 towhatever.