jpimbert/VBAToolKit

Differences in AddIns locations on different Windows installation

jpimbert opened this issue · 2 comments

Sometimes AddIns are installed by default in <AppData>/Microsoft/AddIns and sometimes in <AppData>/Microsoft/Macros Complémentaires.
The relative path for references indicated in the References sheet should be relative to the default AddIn folder instead of App Data folder.

Use Application.UserLibraryPath instead of App Data

The name Macro Complémentaires is the localized folder name of AddIns. When a path contains AddIns, the folder is always retrieved whatever localized Windows version is used.
The issue can be closed.