Thread: DYNAMIC LISTBOX
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
daphoenix daphoenix is offline
external usenet poster
 
Posts: 18
Default DYNAMIC LISTBOX

I would like to know if there is a way to have a listbox return only values
that meet two critera.

Like if Cell A1 = 5 and Cell A2 = 20, i would like only to return the values
located in a diffrent sheet(column B) between rows 5 and 20. Then those
values would be put in the ListBox.

Thanks