Hi there,
please help me understand why my cboLnName appears empty in the userform and help me fix it? :(
Private Sub cboLnName_AfterUpdate()On Error Resume Next
Dim ws As Worksheet
Dim cPart As Range
Set ws = Worksheets("LookupData")
Me.txtAllJobs.Value = ""
Me.txtAllJobs.RowSource = ""...