Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Schrammie

    Run-time error: Type 6

    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, &quot;###00.00&quot;)=(.049*V)/((Sa*a125)+(Sa*b125)+(Sa*c125)+(Sa*d125)+(Sa*e125)<br> lblRT1.Caption = RT1<br> End Sub<br> ..<br> All...
  2. Schrammie

    Determine selected item: cmbo or listbox

    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 &quot;Very good&quot;, then lblLabel1.Caption = 5).<br> Somewhere along the way, I am not understanding how to write the...

Part and Inventory Search

Back
Top