I would assume something like
and so forth..![]()
Private Sub txtTotal_Change() 'update textbox as values are entered i if InvestAsset1 <> 0 then txtTotal = txtTotal + InvestAsset1 if InvestAsset2 <> 0 then txtTotal = txtTotal + InvestAsset2
However, it would be a lot easier if you could post the workbook as an example, so we see what code goes where and what the controls are called
Bookmarks