Looking for some help hidding rows. I have a data set that is variable in size but no larger than 3000 rows. I would like to write some VB code that based on a value in column A (which is already sorted by Yes then NO) finds the first row with a value of "No" and hides that row and all rows that follow, all the way to Row 3000. Ultimatly hidding all rows in the data set that have the value NO in Column A. Since the data is sorted I'm sure I do not have to loop through each value in column A but rather find the first "No" value and hide everything that follows.
Any help is appreciated.
Any help is appreciated.