How can I use code to automate the deletion of specified row in a range?
I have a range of data (columns A thru J, and rows 1 to ‘varies’), with row 1 being a header row. One of the columns (column G) is department ID, an eight(8) digit number but the cells are formatted as general. There are multiple (10-20) department IDs that I don’t require.
I am looking for a method to cycle through the rows and delete the row if the department ID is one of the ones I do not want to keep. Can someone help me? Please.