I am preferring to test if conditional formatting is applied, so that the end user of the spreadsheet can easily make changes to the format and still end up with the same result. How can I test if conditional formatting is applied to a cell? *Note I dont know if it matters but we are using Excel...
I would like to have a toggle button on a spreadsheet that is able to hide/unhide a row if any cell in that row has a background color of red.
Using code I have found, I came up with the following, but it will only hide a row if it's empty.
Sub HideRedRows(Mode As Boolean)
Dim r As Range
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.