spences10 / VBA-IDE-Code-Export

Export & Import VBA code for use with Git (or any VCS)
MIT License
119 stars 34 forks source link

VBAProject name doesn't persist if no VBA is present #31

Closed mattpalermo closed 7 years ago

mattpalermo commented 7 years ago

I believe a problem exists with the VBAProject name which is similar to the problem with references mentioned in issue #7.

I propose that there be a property in the configuration which specifies the VBAProject name and then on import, that name will be set. I don't think it is necessary to unset the VBAProject name on export.

A possible name for this configuration property: "VBAProject Name".