View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] dansalmada@gmail.com is offline
external usenet poster
 
Posts: 1
Default display data based on a combobox

Hi

I have a table full with data (name, date, quantity, amount, etc...) on
sheet2

In sheet1, I have a combobox with all of the names on the table and I
need to know how to display automatically the data from sheet2 for only
the name I select from the combobox in sheet1.

I was thinking sending the value of the combobox to a cell and making a
vlookup for that value on sheet2, but I only get the first value.

Please help

Thanks

Daniel