Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not importing and exporting automatically #8

Open
lawmauwa opened this issue Feb 19, 2015 · 3 comments
Open

Module not importing and exporting automatically #8

lawmauwa opened this issue Feb 19, 2015 · 3 comments

Comments

@lawmauwa
Copy link

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?

@frankiexo
Copy link

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"

@ova13lastar
Copy link

Same issue than frankiexo !

@Schaltfehler
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants