I left this thread in the general section also but im not getting much help there.

Here is the code im having a problem with

Text23.text = Val(text10.text) * 50
Text12.text = Val(text1.text) / Val(Text23.text)

On the second line I recieve a overflow error could this be happening because text1.text = 0
I have tried the clng instead of val also.

Thanks to anyone that can help