Sub Macro15()
'
' Macro15 Macro
'
'
Sheets("Plan4").Select
' the error start here
Rows(3).Select
Selection.EntireRow.Hidden = False
Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Selection.EntireRow.Hidden = True
Range("A2:L2").Select
Selection.Copy
Range("A4").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Application.CutCopyMode = False
Range("A2").Select
Sheets("Plan4").Select
ActiveCell.FormulaR1C1 = "=Plan4!R[2]C+1"
ActiveCell.Offset(1, 0).Range("A1").Select
Sheets("Controle").Select
End Sub
'
' Macro15 Macro
'
'
Sheets("Plan4").Select
' the error start here
Rows(3).Select
Selection.EntireRow.Hidden = False
Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Selection.EntireRow.Hidden = True
Range("A2:L2").Select
Selection.Copy
Range("A4").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Application.CutCopyMode = False
Range("A2").Select
Sheets("Plan4").Select
ActiveCell.FormulaR1C1 = "=Plan4!R[2]C+1"
ActiveCell.Offset(1, 0).Range("A1").Select
Sheets("Controle").Select
End Sub