Keep Listbox values when closing workbook

  • Thread starter Thread starter Derek
  • Start date Start date
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
 
not unless you bind them to a range on a worksheet using the ListFillRange
or RowSource properties.
 
In your Workbook_Open() code, you could call your code to initialize the
values.


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top