On Error GoTo Err1
Cells.Find(What:="Sick Leave (BZ8800)", After:=ActiveCell, LookAt:=xlWhole, LookIn:=xlFormulas, SearchOrder:=xlByRows, SearchDirection:=xlPrevious, MatchCase:=False).Select
ActiveCell.EntireRow.Delete
Err1:
On Error GoTo Err2
Cells.Find(What:="Annual Leave (BZ8800)", After:=ActiveCell, LookAt:=xlWhole, LookIn:=xlFormulas, SearchOrder:=xlByRows, SearchDirection:=xlPrevious, MatchCase:=False).Select
ActiveCell.EntireRow.Delete
Err2:
On Error GoTo Err3
Cells.Find(What:="Other Leave (BZ8800)", After:=ActiveCell, LookAt:=xlWhole, LookIn:=xlFormulas, SearchOrder:=xlByRows, SearchDirection:=xlPrevious, MatchCase:=False).Select
ActiveCell.EntireRow.Delete
Err3:
Sheets("Sick-Holiday").Select
On Error GoTo Err4
Cells.Find(What:="Sick Leave (BZ8800)", After:=ActiveCell, LookAt:=xlWhole, LookIn:=xlFormulas, SearchOrder:=xlByRows, SearchDirection:=xlPrevious, MatchCase:=False).Select
ActiveCell.EntireRow.Delete
Err4:
On Error GoTo Err5
Cells.Find(What:="Annual Leave (BZ8800)", After:=ActiveCell, LookAt:=xlWhole, LookIn:=xlFormulas, SearchOrder:=xlByRows, SearchDirection:=xlPrevious, MatchCase:=False).Select
ActiveCell.EntireRow.Delete
Err5:
On Error GoTo Err6
Cells.Find(What:="Other Leave (BZ8800)", After:=ActiveCell, LookAt:=xlWhole, LookIn:=xlFormulas, SearchOrder:=xlByRows, SearchDirection:=xlPrevious, MatchCase:=False).Select
ActiveCell.EntireRow.Delete
Err6:
Sheets("Time").Select
On Error GoTo Err7
Cells.Find(What:="Sick Leave (BZ8800)", After:=ActiveCell, LookAt:=xlWhole, LookIn:=xlFormulas, SearchOrder:=xlByRows, SearchDirection:=xlPrevious, MatchCase:=False).Select
ActiveCell.EntireRow.Delete
Err7:
On Error GoTo Err8
Cells.Find(What:="Annual Leave (BZ8800)", After:=ActiveCell, LookAt:=xlWhole, LookIn:=xlFormulas, SearchOrder:=xlByRows, SearchDirection:=xlPrevious, MatchCase:=False).Select
ActiveCell.EntireRow.Delete
Err8:
On Error GoTo Err9
Cells.Find(What:="Other Leave (BZ8800)", After:=ActiveCell, LookAt:=xlWhole, LookIn:=xlFormulas, SearchOrder:=xlByRows, SearchDirection:=xlPrevious, MatchCase:=False).Select
ActiveCell.EntireRow.Delete
Err9:
Sheets("Project Charge").Select
Range("A1").Select
Bookmarks