vbaDeveloper icon indicating copy to clipboard operation
vbaDeveloper copied to clipboard

No automatic export on project save

Open oddyseus opened this issue 10 years ago • 4 comments

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

oddyseus avatar Nov 07 '15 22:11 oddyseus

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

billelev avatar Apr 01 '16 15:04 billelev

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.

StefRe avatar Jun 17 '16 11:06 StefRe

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

clawfrank avatar Nov 05 '19 19:11 clawfrank

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

hilkoc avatar Nov 28 '19 22:11 hilkoc