In VBA Excel I get an Automation Error the second time I run my code. It is as follows:
Sheets("Panel Resumen").Select
Rows("55:69").Select
Selection.Copy
Rows("55:55").Select
Selection.Insert Shift:=xlDown
Range("D25").Select
Application.CutCopyMode = False
And it triggers the error in the line
Selection.Insert Shift:=xlDown
I researched and got to this link https://support.microsoft.com/en-us/help/178510/excel-automation-fails-second-time-code-runs but I don't get which is the object I am failing to call