I have a VB programming task that I need help on.

I want to be able to take a math equation and have it return a selection of the answer.

Ex:

textbox1 / (1.906 constant divisor) = result

25.625 / 1.906 = 13.4444

I want the result to be only the remainder ".4444" and not the whole number so that I can use it in another function. I tried the MOD function in VB and I'm not having too much luck with it, probably because I don't understand it that well.

Any help would be greatly appreciated.

Thanks in advance,
Myke