Q
QB
I have a row in which I have an undefined number of merged cells (Varying in
the number of cells that each merged cell is comprised of). I now need to
populate a userform combobox with the values.
I tried doing
Me.combobox1.RowSource = "Sheet1!Q1:MN1"
but the cbo only has the first value appear. How can I get the full list of
the merged cell values into the cbo?
Thank you
QB
the number of cells that each merged cell is comprised of). I now need to
populate a userform combobox with the values.
I tried doing
Me.combobox1.RowSource = "Sheet1!Q1:MN1"
but the cbo only has the first value appear. How can I get the full list of
the merged cell values into the cbo?
Thank you
QB