Classes
With VBA class modules we can create our own reusable objects.
During my 30 years of Excel practice I have encountered some very useful classes which I like to present here:
SystemState - This one I am using in almost all of my serious VBA applications to speed up my code.
Last modified 6mo ago