K
ker_01
I'm helping a colleague who would like to add a few drop-downs on an existing
form, each needing ~300 items. I'm looking for a way to avoid the tedious
task of putting them (individually) in the drop-down form field options
dialogue.
In Excel I'd just put the list on a hidden sheet, or load an activeX
dropdown control (on the fly) with VBA... but this form will be distributed,
and we can't count on end users enabling macros...
So at this point, I'm just looking for a fast way to load the items- is
there perhaps a way to load the form field once via VBA and have it retain
those settings when saved, even when the VBA code is subsequently removed?
I appreciate any direction or advice.
Thank you!
Keith
form, each needing ~300 items. I'm looking for a way to avoid the tedious
task of putting them (individually) in the drop-down form field options
dialogue.
In Excel I'd just put the list on a hidden sheet, or load an activeX
dropdown control (on the fly) with VBA... but this form will be distributed,
and we can't count on end users enabling macros...
So at this point, I'm just looking for a fast way to load the items- is
there perhaps a way to load the form field once via VBA and have it retain
those settings when saved, even when the VBA code is subsequently removed?
I appreciate any direction or advice.
Thank you!
Keith