I populated a combobox with this code with a public sub in a module:
ufrmDataScientist.cboStaffName.AddItem (Sheet2.Cells(i, 6).Value)
But, I