Nov 51 min readGet a list of the keyboard shortcuts assigned to VBA macros in ExcelThe solution is to use the 'Keyboard shortcuts in this Project' function of VBE_Extras which you identify all such keyboard shortcuts.
Jul 27, 20223 min readAutomatically adding factoriesWhat's a factory? For the purposes of this article: it is code within in a Class Module that creates an instance of that Class, assigns...
Jul 20, 202214 min readVBA AttributesWhat is an Attribute? A name/value pair that specifies some characteristic of a Module or Module-member. All Attributes are hidden when...