Thanks G North. Is there a to modify the code so that it won't hide rows that contain text, dates or numbers? Basically, hide the row only if it is blank? Or, is there some sort of workaround so that another column, say H converts the text to a number, then the macro checks that column and hides the data of the value is zero?
I would like to keep it as simple as possible:
Click button that says "Hide Blanks" and any row without data in any form is hidden
and
Click a button that says "Show Blanks" and all rows are no longer hidden.
Is this possible?