Hi!
Can someone tell me if the layout of this code is ok?
Option Compare Database
Option Explicit
Private M As Double
Dim i As Double
Dim v1 As Double, v2 As Double, v As Double
Dim op As String
Private Sub Com0_Click()
txtDisplay = txtDisplay & "0"
End Sub
Private Sub...