Just wondering if anyone can help me remove unnecessary (or redundant) lines of code in the following "recorded" macro?
Many thanks in advance, Jerry
Option Explicit
Sub cleanup()
Application.ScreenUpdating = False 'reduces processing time
Application.Calculation = xlCalculationManual...