I would like to write some VBA code that unhides all rows that have been hidden with a macro (Rows.Hidden = True), but which leaves rows hidden by filters alone. Is this possible? I can't find a way to differentiate between the two.
Thanks in advance