Hi all,
thanks for taking a look at my problem.
I need a formula in VBA Which searches the values in column C for "10000" only.
Upon finding the values, it hides the row.
The length of the list is dynamic so hopefully this could also be factored in.
I've had a google search and I could find ways to delete the rows, but not hide: that code also used a loop between the top and bottom rows, and for whatever reason once it was completed, the conditional formatting would not update, and there would be colour coding that carried on much longer than the list (as some of the list was deleted), and the remaining rows in the list were incorrectly coloured. I have no idea why that would happen so if anyone could enlighten my novice self to that then that would be appreciated also.
Thanks!
thanks for taking a look at my problem.
I need a formula in VBA Which searches the values in column C for "10000" only.
Upon finding the values, it hides the row.
The length of the list is dynamic so hopefully this could also be factored in.
I've had a google search and I could find ways to delete the rows, but not hide: that code also used a loop between the top and bottom rows, and for whatever reason once it was completed, the conditional formatting would not update, and there would be colour coding that carried on much longer than the list (as some of the list was deleted), and the remaining rows in the list were incorrectly coloured. I have no idea why that would happen so if anyone could enlighten my novice self to that then that would be appreciated also.
Thanks!