I am lost, after reading oodles of suggestions on forums, I still don't understand why this code does not work:
Code:
Private Sub UserForm_Initialize()
Me.ComboBoxService.List = Worksheets("LookupList").Range("ChartOfAccounts").Value
End Sub
My named range ChartOfAccounts is refers to...