I was expecting to find code in your form but oh well. Just do this

Code:
Private Sub cmd1_Click()

    lbldisplay.Caption = (Val(Txt1.Text) + Val(Txt2.Text) + Val(Txt3.Text) _
                       + Val(Txt4.Text) + Val(Txt5.Text)) / 5
End Sub