hilkoc / vbaDeveloper

Tools for development and version control of vba code
MIT License
510 stars 138 forks source link

Error in Menu.exportVbProject: error number 50012 #40

Closed supervitis closed 5 years ago

supervitis commented 5 years ago

When trying to export the code this error pops up, saying that the method "export" of object "_VBComponent" failed.

Is this a problem of environment, app, excel,my application,...?

I am running Excel 16 with Windows 7 Enterprise

supervitis commented 5 years ago

Got it myself. Naming "aux" one of the modules can't be done because Windows has that namespace reserved. By changing my auxiliar module's name it worked like a charm