You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More advanced string manipulation behavior. It is now possible to evaluate string expressions as concat(concat('String1';'String2';'|');'String3';'+'). Note that Concat is a UDF function included to test the capabilities of our expression evaluator.
The user can test the expression evaluator via a user form launched via a button from the Excel ribbon. This allows playing with the utility without the need to run Rubberduck unit tests.