I keep getting the error, "Select Method of Range Class Failed" and unexpected results from Rows("2:2").Insert
Code below
Worksheets("Sheet3").Select
Rows("2:2").Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Range("D4").Select
First the new row is added to Sheet 1 not sheet 3 and then Range cannot be selected 1004 error. I have used this exact script to select other worksheets and ranges without an issue. I can provide the full file and code for anyone who can help