toramameseven / vbe-client-mini

Vba module export, import extension for vscode.
MIT License
2 stars 0 forks source link

import fails with all comment out modules. #2

Open toramameseven opened 2 years ago

toramameseven commented 2 years ago

Now you import a broken vba module file, the import fails. In a vba module, there is a source and a attributes. If you delete or comment out the attribute, vbe can not import files.

To recover, repair the broken file. Or copy the modules in .base folder to src_XXXXXXX folder, and import all modules. This may recover the book.

toramameseven commented 2 years ago

This occurs when all comment out file is imported.