spences10 / VBA-IDE-Code-Export

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

Only put sheets in the configuration if they are non-empty? #20

Closed mattpalermo closed 7 years ago

mattpalermo commented 7 years ago

When I generate a configuration I tend to delete the entries for the sheets which don't have any code in them. I think this is a good practice as it makes it easier to find code when it is exported since you don't have to go through lots of empty files. At the moment I am dealing with a project with a lot of sheets with no code in them.

So I have a feature request:

When the configuration is generated, can the empty sheets not be put into the configuration file? Would this be disruptive to anyone using this?