View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dawn dawn is offline
external usenet poster
 
Posts: 1
Default combobox and userform help!

Hey...
So I am having a lot of trouble writing a code for excel vba. I
created a user form with a combo box, two textboxes, and a button. I
figured out how to fill the combobox when the form loads already. I
have a worksheet in excel with a column for descriptions and a column
with the quanity corresponding to each item description. What I am
trying to do, is when the user selects an option from the
combobox(which is populated with the item description), and enters a
quantity in the first textbox, I want excel to add that quantity to the

corresponding quantity of the description already listed. I need it to

add the quanity to the corresponding excel cell and to the second
textbox on the form. I hope I explained what I am looking for clearly.

THanks in advance for any help as I am seriously stuck!