Currently using:
Problem is it deletes the entire range instead of just the row that matches the value selected in cmbPs (combo box)![]()
Private Sub CommandButton2_Click() Sheets("PS Scheduler").Range("PSList").Offset(cmbPS.ListIndex, 0).EntireRow.Delete End Sub
Thanks!
M
Bookmarks