The below code runs pretty fast (few seconds) in Excel 2013, but in Excel 2016 it can be a few minutes.
Does anyone know how to speed up this macro?
Thanks
Al
Sub Hide_Rows_Extra()
Application.ScreenUpdating = False
Application.DisplayAlerts = False...