Hopefully someone can tell me what's wrong with this line of code and how to correct it.<br>
..<br>
Sub cmdCompute_Click() <br>
Format (RT1, "###00.00")=(.049*V)/((Sa*a125)+(Sa*b125)+(Sa*c125)+(Sa*d125)+(Sa*e125)<br>
lblRT1.Caption = RT1<br>
End Sub<br>
..<br>
All...
I'm trying to create an If...then statement.<br>
What I would like to occur is if user selects an item from the list, a label will display a number (ex: if user selects item "Very good", then lblLabel1.Caption = 5).<br>
Somewhere along the way, I am not understanding how to write the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.