Ö
Örjan Skoglösa
Hi,
I´m trying to make a userform with comboboxes that for the lifetime of
the document remember the added/edited values and displays them in the
dropdown list in "historical" order and with every value only once.
I´m using activedocument.variables to store the boxlist items until
the macro is run next time. But as I seem to be forced to organize
separat variable arrays for the three boxes involved, the code kind of
"explodes" and before starting out with this I just wondered if there
is a more simple way to accheive such a history function.
TIA
Örjan
I´m trying to make a userform with comboboxes that for the lifetime of
the document remember the added/edited values and displays them in the
dropdown list in "historical" order and with every value only once.
I´m using activedocument.variables to store the boxlist items until
the macro is run next time. But as I seem to be forced to organize
separat variable arrays for the three boxes involved, the code kind of
"explodes" and before starting out with this I just wondered if there
is a more simple way to accheive such a history function.
TIA
Örjan