deu erro acima, ale do Goto FIm , ja ajeitei aqui mesmo assim, da erro ao colar,
Sub Teste()
Sheets("Venda1").Select
Range("D72:H72").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
If Range("D73").Value <> "" Then
Sheets("Venda1").Select
Range("D73:H73").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D74").Value <> "" Then
Sheets("Venda1").Select
Range("D74:H74").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D75").Value <> "" Then
Sheets("Venda1").Select
Range("D75:H75").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D76").Value <> "" Then
Sheets("Venda1").Select
Range("D76:H76").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D77").Value <> "" Then
Sheets("Venda1").Select
Range("D77:H77").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D78").Value <> "" Then
Sheets("Venda1").Select
Range("D78:H78").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D79").Value <> "" Then
Sheets("Venda1").Select
Range("D79:H79").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D80").Value <> "" Then
Sheets("Venda1").Select
Range("D80:H80").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D81").Value <> "" Then
Sheets("Venda1").Select
Range("D81:H81").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D82").Value <> "" Then
Sheets("Venda1").Select
Range("D82:H82").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D83").Value <> "" Then
Sheets("Venda1").Select
Range("D83:H83").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D84").Value <> "" Then
Sheets("Venda1").Select
Range("D84:H84").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D85").Value <> "" Then
Sheets("Venda1").Select
Range("D85:H85").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else
GoTo Fim_Estoque
End If
If Range("D86").Value <> "" Then
Sheets("Venda1").Select
Range("D86:H86").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("LANCAMENTOS").Select
Range("A2").Select
Selection.Insert Shift:=xlDown
Else: End If
GoTo Fim_Estoque
Fim_Estoque:
End Sub