View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Goodall David Goodall is offline
external usenet poster
 
Posts: 21
Default userform question

Hi All,

I have a worksheet that contains product codes (column A) and product
descriptions (column B).

I designed a userform which includes a list box which has all the product
codes in it. I used the rowsource property to populate it. I would like a
text box on the userform automatically completed when the product code is
chosen in the list box. Is this possible?

I have some programming experience but only in C++. I'm new too VB so
forgive me if this is a silly question.

Thanks
David