I think the solution is rather simple, I just can't find it.
I have textboxes 102, 103, 104, 105, 106
I want the values in 103-106 to be autofilled based on values in 102. I wrote the following code.
Private Sub TextBox102_change()
TextBox103.Value = TextBox102.Value * 3.125...