Hello,
In attached project, it's a simple calculator, I got it to work, however, when pressing any sign (like + or -) for more than once, the app closes
I believe the problem could be in (docalc) sub, the following:
Sub docalc (math As String,newmath As String)
If math = "plus" Then...