I have given Code which works Fine with Command Button,
Can i use this on Change Event of Multiple Custom/Selected TextBoxes on UserForm.
Private Sub CommandButton1_Click() Dim i As Integer
With Me
For i = 1 To 2
.Controls("TxtSale" & i).Text = Val(.Controls("TxtCost"...