I am new to vba. Is it possible to automatically update textboxes on userform. I have a qtytxt textbox multiplying a ratetxt textbox = amounttxt textbox. If you put in the qtytxt textbox (10) time ratetxt textbox ($10.00) = amounttxt textbox ($100.00) then go back to change either the qty or rate so that the amounttxt shows the correct value after you update it.