Hi there,
I’ve been using the below code for some time to delete unwanted (grand total) rows from an often updated document:
Sub DeleteRows()
Dim InputRng As Range
Dim DeleteRng As Range
Dim DeleteStr As String
Dim rng As Range, cell As Range, del As Range
Set rng =...