Hi All,
This is my first post, so here goes:
Is there a VBA function similar to Evaluate that evaluates string inequalities as well? For example:
Str1 = "A"
Str2 = "B"
ineq = "<>"
How can I evaluate (Str1 & ineq & Str2)?
This is my first post, so here goes:
Is there a VBA function similar to Evaluate that evaluates string inequalities as well? For example:
Str1 = "A"
Str2 = "B"
ineq = "<>"
How can I evaluate (Str1 & ineq & Str2)?