Hi all,
I am trying to hide rows in multiple worksheets with multiple criteria. I have a code that works it just takes a few hours on an idle machine to run. Any suggestions to make the following code run faster?
Sub Table7RowHide()
Application.Calculation = xlCalculationManual...