vbaDeveloper
vbaDeveloper copied to clipboard
Module not importing and exporting automatically
I have added vbaDeveloper as an "add-in" in Excel. It does not import module in /src/vbaDeveloper.xlam automatically when opened or export when I click "save". I need to click "Export code for ...." manually at the ribbon button.
Am I missing some steps in config?
You have to uncomment code in vbaDeveloper.xlam\ThisWorkbook.sheet.cls and you have to manually load all 3 cls files in the same folder.
After this step the automatic import and export work well.
Nevertheless I had another issue. Excel would like to import code to the vbaDeveloper add-in itself each time when I open any or new file. I had to modify the EventListener module to ignore "vbaDevoloper.xlam"
Same issue than frankiexo !
Also in case you are using the 2007 version, there seems to be no AfterSave Event in this version, therefor the export routine wouldn't be called.