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.