Wow, thanks for the responses, it always seems like there is more than one way to 'skin a cat' as it were. Sorry in advance, I am terrible at describing the entire project, the other part of my issue is there is a calculation from several textbox number imputs that are from the user, they are calculated and placed in a label.text - the calculations I have figured out, the other thing I just came across that fixes my initial issue -
label1.text = format(Cdbl(textbox1.text) * Cdbl(textbox2.text), "f") and I have to use it on every line - which will work, but am wondering if there is a short cut like a constant or property that may shorten the load in the long run, plus I learn from doing new and different things, thanks again, sorry so longwinded. And for raven 65, I am using VB.Net 2008 exp. and does your function make all the labels follow the format - cause not all of my labels will need this format?