I have a sheet with headers SKU, Name and Stock. I would like to create an userform with 3 textboxes and 3 search buttons below the textboxes to perform a search whatever i enter into each box and place the found results into a listbox for easy viewing. I can write a macro to do a search on the SKU using vlookup however i do not know how i can put the results into a array and then fill a listbox. Am I going about this the correct way about this? Thanks