I get an error if I try and populate a combobox with a range that only has one cell of data in it. If multiple cells have data it works fine.
Why is this?
Why is this?
Code:
Me.Tech_Com.List = Techniques.Range(Techniques.Cells(5, 1), _
Techniques.Cells(LastRowTech, 1)).Value