u can try this
if for example u multiply 2 numbers togehter and u get
lbltest.caption = "104.592344"
u can use the function "Left" syntax being Left( STRING , LENGTH )
lbltest.caption = Left(lbltest.caption, 6)
However this dosent take into account rounding
for rounding u can...