hilkoc / vbaDeveloper

Tools for development and version control of vba code
MIT License
516 stars 137 forks source link

No automatic export on project save #15

Open oddyseus opened 9 years ago

oddyseus commented 9 years ago

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

billelev commented 8 years ago

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

StefRe commented 8 years ago

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 commented 5 years ago

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

hilkoc commented 4 years ago

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