I have the following code:
[vbcode]Private Sub cmdCalc_Click()
'calculate value of paperbacks
lblVp.Caption = Val(txtCpaper.Text)* Val(txtNpaper.Text)
[vbcode]

I run it and get the following message:

compile error: method or data member not found