List Box Question

J

Jon

Hi, is there a way to target a list box to a particular
cell or range of cells using Visual Basic?

Thanks,

Jon
 
V

Vasant Nanavati

Look at the ListFillRange or the RowSource property of the listbox,
depending on whether the listbox is on a worksheet or a userform.
 
Top