Ca1icoJack
IS-IT--Management
I have a userform which has a text box, a list box, an add button, a remove button and a start button. I want to be able to type text into the text box, hit enter to add it to the list box and type in my next addition.
I have each item being added at the top of the list, and want the focus of the list box to be on this item (currently it tracks the bottom item, scrolling away from my latest one).
If it is not possible to hit enter between entering characters I can use the button.
How can I do this? (Especially preventing the list box from automatically scrolling downwards)
Thanks in advance
I have each item being added at the top of the list, and want the focus of the list box to be on this item (currently it tracks the bottom item, scrolling away from my latest one).
If it is not possible to hit enter between entering characters I can use the button.
How can I do this? (Especially preventing the list box from automatically scrolling downwards)
Thanks in advance