Calinanix
A listbox is typically associated and displayed with a userform. In this case we don't really need to create or display the form a form , but a listbox is very easily populated from Excel or Access using an ADODB connection (you don't have to physically open the Excel file). That is the purpose of the xlFillList function.
|