I'm hoping someone can help me, I'm trying to divide a number entered into a text box by 60 in VBA. However when I input a value such as 30 into the text box so that the equation is 30/60 the answer it is giving me is 0. I need this answer with decimal places, how do I get vba to do that for me?