Onderstaande macro gebeurd in huidige blad, maar ik wil dat hij dit doet in het blad "Gegevens"
Ik heb alles al geprobeerd, maar kom er niet uit, kan iemand mij helpen?
Sub Macro1()
Range("A3").Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
With Range("A3")
.FormulaR1C1 = "1"
.Font.ColorIndex = 3
End With
Range("A1").Select
End Sub
Ik heb alles al geprobeerd, maar kom er niet uit, kan iemand mij helpen?
Sub Macro1()
Range("A3").Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
With Range("A3")
.FormulaR1C1 = "1"
.Font.ColorIndex = 3
End With
Range("A1").Select
End Sub