J Jon Feb 16, 2004 #1 Hi, is there a way to target a list box to a particular cell or range of cells using Visual Basic? Thanks, 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 Feb 16, 2004 #2 Look at the ListFillRange or the RowSource property of the listbox, depending on whether the listbox is on a worksheet or a userform.
Look at the ListFillRange or the RowSource property of the listbox, depending on whether the listbox is on a worksheet or a userform.