Dear all,
I have the following VBA code (shown below) which activates a row delete loop if one or more conditions are met. However, I only want to activate the loop if for a given row in column F (column 6), the value is greater than 10000. The code as it stands is:
This version appears to work.
My attempt to include the previously mentioned extension is as follows:
However, although I get no errors, the code appears to do nothing (i.e. doesn't delete any rows), even though there are cells of greater value than 10000 in column F.
Would someone be able to provide some advice as to what I'm doing wrong please?
Thanks
smurray444
Bookmarks