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 Westi 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. pepsi123

    variable used as condition

    Hi SkipVought, Do you mean the Rule should be as below? without quotes? Title=Associate Actually user can set a rule based on title or YearJoined or grade of the employee. The rule can vary different ways. rule rate title="associate" and grade=4...
  2. pepsi123

    variable used as condition

    I need help with the below problem in excel VBA. My excel file Sheet1 has following columns with data as below.emprate is blank. empname emptitle emprate name1 Staff name2 paralegal name3 Staff In Sheet2 of the same excel file user will enter as below. Rule...
  3. pepsi123

    variable used as condition

    wonderful strongM. I never knew abt this script control. Thank you. It is working.
  4. pepsi123

    variable used as condition

    I am trying to write this dynamic code in VBA.
  5. pepsi123

    variable used as condition

    Hi, i have this requirement where user enters the condition and VBA needs to check it in IF condition. example.. user will enter "age > 45" VBA code should check as below.. if age > 45 then 'show some messages end if how to accomplish this? Thanks

Part and Inventory Search

Back
Top