Saving Listbox values between sessions
Saving Listbox values between sessions
(OP)
I am using listboxes in the calculations for a design sheet. The problem I am facing is that if the user wishes to return to the saved design sheet at a later date, the listboxes all return to their initial values. Is there some way of saving the values of the listboxes when you save the worksheet?





RE: Saving Listbox values between sessions
case a: the data is saved as the text line in a list box and re-used (box can be hidden)
case b: the data is saved in the worksheet metadata (V13/14).
Philip