I am trying to run the follow code. Not sure why I'm getting an overflow because the equations that are being performed are super simple and not returning large values.
Any help is appreciated
VBA Code:
TextBox5.Value = Val(TextBox1.Value) / Val(TextBox2.Value)
Any help is appreciated