Skip to content

Release v1.0.3

Compare
Choose a tag to compare
@taehunk333 taehunk333 released this 19 Feb 06:59
· 1 commit to main since this release

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.