A fairly simple task, but I can't figure out how to do it.
I would like to have dynamic named ranges from multiple different sheets all combined into one combolist for users to pick from.
ie
(I know that is not the correct syntax)
TIA!
I would like to have dynamic named ranges from multiple different sheets all combined into one combolist for users to pick from.
ie
Code:
combobox1.rowsource="Range1", "Range2", "Range3"
(I know that is not the correct syntax)
TIA!