M
Mike Jones
I'm used to listboxes/comboboxes in C++ with an extra data holder than
you can set with SetItemData(). Is there something analogous in XL VBA
comboboxes? I hate to keep this in a separate array, because those tend
to get out of sync!
For example, I want a combobox that holds the name of an entity, but
behind the scenes, hold a unique id that properly identifies that entity.
you can set with SetItemData(). Is there something analogous in XL VBA
comboboxes? I hate to keep this in a separate array, because those tend
to get out of sync!
For example, I want a combobox that holds the name of an entity, but
behind the scenes, hold a unique id that properly identifies that entity.