View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Keep Listbox values when closing workbook

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

--
Regards,
Tom Ogilvy

"Derek" wrote in message
...
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