L
leaf
Hello,
I am trying to create a new variable called BMI using
weight and height variables. It did not work.
What is wrong? (my variables are weightpounds and
heightinches.)
Private Sub BMI_BeforeUpdate(Cancel As Integer)
BMI = "Weightpounds * 704.5 / (Heightinches *
Heightinches)"
End Sub
Thank you!
leaf
I am trying to create a new variable called BMI using
weight and height variables. It did not work.
What is wrong? (my variables are weightpounds and
heightinches.)
Private Sub BMI_BeforeUpdate(Cancel As Integer)
BMI = "Weightpounds * 704.5 / (Heightinches *
Heightinches)"
End Sub
Thank you!
leaf