Skip to content

VBA-Expressions v1.0.1

Compare
Choose a tag to compare
@ws-garcia ws-garcia released this 15 May 13:56
· 185 commits to main since this release

Improvements:

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