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

No automatic export on project save #15

Open
oddyseus opened this issue Nov 7, 2015 · 4 comments
Open

No automatic export on project save #15

oddyseus opened this issue Nov 7, 2015 · 4 comments

Comments

@oddyseus
Copy link

oddyseus commented Nov 7, 2015

Hi, thank you for this addin.
The project is not exported when saved.

@billelev
Copy link

billelev commented Apr 1, 2016

I have the same issue. It does not automatically import or export.

@StefRe
Copy link

StefRe commented Jun 17, 2016

Did you follow the instructions in vbaDeveloper.ThisWorkbook? You'll have to manually import the classes EventListener, CustomActions and MyCustomActions and then uncomment the use of the listeners here.

@clawfrank
Copy link

I followed all those steps and it does not automatically import or export in Office 2013.

@hilkoc
Copy link
Owner

hilkoc commented Nov 28, 2019

Check that events are enabled. In the VBA immediate window type
Application.EnableEvents = True
and verify it with
?Application.EnableEvents

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

5 participants