Open oddyseus opened 9 years ago
I have the same issue. It does not automatically import or export.
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.
I followed all those steps and it does not automatically import or export in Office 2013.
Check that events are enabled. In the VBA immediate window type
Application.EnableEvents = True
and verify it with
?Application.EnableEvents
Hi, thank you for this addin. The project is not exported when saved.