I have this VBA code:
What I need to do is look at column "X" (Cell Count 24) and make the Range B:T starting at row "2" null if "NO" and then Loop it to the next row and so on and stop at row 600. This code obviously ONLY sees Range("B2:T2") so no matter what ALWAYS Nulls that range.![]()
Please Login or Register to view this content.
How do I change the range to match the current row to match column "X"?![]()
Bookmarks