I have the following code:
Sub delete_dc_row()
Dim wbCurrent As Workbook
Dim wsCHINO As Worksheet
Dim wsSTOCKTON As Worksheet
Dim wsFLM As Worksheet
Dim wsDGV As Worksheet
Dim wsAURORA As Worksheet
Dim nLastRow, i As Integer
Set wbCurrent = ActiveWorkbook
Set wsCHINO =...