I have two worksheets that each need different headers added to row. When I use this:
Dim headers() As Variant
Dim wb As Workbook
Application.ScreenUpdating = False 'turn this off for the macro to run a little faster
ActiveWorkbook.Worksheets("AnalysisEnd").Select
Set wb = ActiveWorkbook...