I am trying to delete all rows until the macro reaches the row that contains "Loan Detail" in column A. I am using the following code, it seems to find the row but deletes it. I want it to delete UNTIL reaching that row.
Any input?
Sub DeleteRow()
Dim F
Dim MyValue
MyValue = "Loan Detail"...