Currently using:

Private Sub CommandButton2_Click()

Sheets("PS Scheduler").Range("PSList").Offset(cmbPS.ListIndex, 0).EntireRow.Delete

End Sub
Problem is it deletes the entire range instead of just the row that matches the value selected in cmbPs (combo box)

Thanks!

M