Hello Everyone,
I have a multicolumn dynamic range linked to a multicolumn combobox on a userform. Am trying to find a way to alphabetize the range top to bottom, left to right as so:
Col1 Col2 Col3
a h o
b i p
c j
d k
e l
f m
g n
Can't find a method that doesn't sort each column separately. My second thought was create one dynamic named range in a single column that will alphabetize and then be the source for the second multicolumn range but couldn't find a way to use a dynamic range as a second dynamic ranges source either.
Any thoughts?
I have a multicolumn dynamic range linked to a multicolumn combobox on a userform. Am trying to find a way to alphabetize the range top to bottom, left to right as so:
Col1 Col2 Col3
a h o
b i p
c j
d k
e l
f m
g n
Can't find a method that doesn't sort each column separately. My second thought was create one dynamic named range in a single column that will alphabetize and then be the source for the second multicolumn range but couldn't find a way to use a dynamic range as a second dynamic ranges source either.
Any thoughts?