Hello I'm new to VBA and I've put the following code in the VBA editor which I've got from a tutorial:
Public Sub Mijneersteprogramma()
Range("B2").Select
ActiveCel.Value = InputBox("Enter Waarde")
Range("B3").Select
Actievcel.Value = InputBox("Enter Waarde")
Range("b4").Select
ActiveCel.Value...