I am using this code:
Private Sub TextBox12_Change()
Range("TextBox12.Value").Select
TextBox3.Value = ActiveCell.Value
End Sub
and TextBox12
is currently being given the cell reference, I then need TextBox3
to show the value of the active cell, any ideas?