ho provato non funziona
Private Sub textboxA_Change()
Me.textboxB.Value = Me.textboxA.Value
End Sub
In VBA si dovrebbe usare .value e non .text
ho provato non funziona
Private Sub textboxA_Change()
Me.textboxB.Value = Me.textboxA.Value
End Sub
In VBA si dovrebbe usare .value e non .text