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