B 
		
								
				
				
			
		bole2cant
If you have code like this:
Textbox3.Text = Str(Val(Textbox1.Text) / Val(Textbox2.Text))
How do you format the result to just have one decimal place?
				
			Textbox3.Text = Str(Val(Textbox1.Text) / Val(Textbox2.Text))
How do you format the result to just have one decimal place?
