Keep Listbox values when closing workbook

D

Derek

Gents,

I have created listboxes via Design Mode in a worksheet.
I load them via a VBA procedure (because I can't find out
how to fill them otherwise)
When I close the book and reopen, the values are gone.

Is there a setting or way to keep the values from
disseapearing ? XL97.

thanks,
Derek
 
T

Tom Ogilvy

not unless you bind them to a range on a worksheet using the ListFillRange
or RowSource properties.
 
Top