Extract ICS Codes from string including several wrong formattings
Matches code including character before the code which must NOT be a digit, dot or minus. Therefore, before analyzing a string, add a space in front of it and after analyzing remove the first character of each match. Lookbehind is not used because VBA doesn't support it.
Submitted by Guido Witt-Dörring - 2 years ago (Last modified 2 years ago)