Release v1.0.3
Summary
Major bug fix on the links between .xlsm files and the InputParsingMacros.xlam
file.
Issue
The macro from .xlam file did not work correctly when the example folder was copied to another location. This was due to the fact that local .xlsm files did not have proper parsing scripts to dynamically refresh the relative path to the new location of the .xlam file.
Fix
The local VBA scripts were added in ThisWorkbook
under each local .xlsm VBA (see #34 for the correction). Compatibility in Mac and Windows was verified.