View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aaron Dyck Aaron Dyck is offline
external usenet poster
 
Posts: 12
Default Chaning a listbox on the fly

I'm trying to adapt a combo box on the fly. Basically what I need it to do
is remove the last item, replace it with a variable entered by the user into
an inputbox, and then add the item that it deleted, which is a constant. Any
suggestions?