vbaDeveloper icon indicating copy to clipboard operation
vbaDeveloper copied to clipboard

Module not importing and exporting automatically

Open lawmauwa opened this issue 10 years ago • 3 comments

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?

lawmauwa avatar Feb 19 '15 22:02 lawmauwa

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"

frankiexo avatar Feb 26 '15 15:02 frankiexo

Same issue than frankiexo !

ova13lastar avatar Apr 23 '15 07:04 ova13lastar

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.

Schaltfehler avatar Aug 06 '15 01:08 Schaltfehler