Hi,
I would like to set up a button where cells with "N/A" in specific columns will then delete the relevant row - the columns are Z, AA and AB.
When I use the code below it does not seem to work.
The code is the following:
Sub Button3_Click()
'Declare variables
Dim rngFound As Range...