Yep, As in the other post I need to know if its just as simple as I think it is..

Its basicly this code but for a textbox not a list.
Code:
listprice.AddItem "Sub Total:    " & subTotal
listprice.ListIndex = listprice.ListCount - 1 '<<< this will highlight new item
thanks