Hi there,
Im looking for a way to delete a total of 6 rows if a cell (C20) in the first of those 6 rows contains "#REF!". Here's what i have so far :
Sub Button7_Click()
Dim srchRng As Range
Worksheets("Summary").Activate
ActiveWindow.DisplayFormulas = False
Set srchRng =...