How can this be done without selecting the”Elevator” sheet, I need to run it when I am on another sheet
Application.ScreenUpdating = False
Sheets("Elevator").Select
Range("H2").AutoFill Destination:=Range("H2:H3000"), Type:=xlFillDefault
Application.ScreenUpdating = True
Application.ScreenUpdating = False
Sheets("Elevator").Select
Range("H2").AutoFill Destination:=Range("H2:H3000"), Type:=xlFillDefault
Application.ScreenUpdating = True