I need to be able to display a listbox on a form, which will accept up to 999 items in the list (populated by an array or from a range on a spreadsheet).
Does anyone have a suggestion for the best way to do this, as I have found that the listbox will not accept more than 256 items ? (I would like to maintain scrollability if possible).
Does anyone have a suggestion for the best way to do this, as I have found that the listbox will not accept more than 256 items ? (I would like to maintain scrollability if possible).