testingoutgith1
testingoutgith1
This is a good inspection idea imo.
I just had the thought, should it generalize to any host application document object? If I understood it correctly at some level VBA doesn't distinguish between an Excel spreadsheet and...
Does the document object interface just have some attribute to indicate to the VBE whether or not it is allowed to rename them?
From reading [the RD blog post on this ](https://rubberduckvba.wordpress.com/2019/12/08/document-modules/) I thought the hosts object model was just on an interface with VBA/VBE itself: > They’re in the VBA project, because...
Okay thinking about this more, wouldn't there be at least a bit of generalization, like wouldn't you want the inspection to examine userforms too, for example?