View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jnf40 jnf40 is offline
external usenet poster
 
Posts: 103
Default Using a combobox to eliminate items from a list

I have a Userform with a textbox that allows the user to fill a column from
a3 thru a202 with job numbers, and it will sort these numbers when the OK
button is clicked. Now I need a userform that has a combobox so the user can
select job numbers to eliminate from the list and update and sort the list.
Any suggestions?