I'm trying to populate a Combobox with dynamic range.
The code I have is below.
cmb_modProp_SA1.List = Array(Worksheets("Properties").Range("B2:B" & Rows.Count).End(xlUp).Offset(1, 0).Value)
Any tips on how to get this, as the current code only lists the value in B2.