Jul 1712 min readVBA extensibility – using VBA to add new functionality to the VBEIt is possible to write VBA code that will function on other VBA code. This is called 'extensibility'.
May 155 min readThe Ribbon and AddInsHow to add Ribbon controls (a button and a ComboBox in this post) to an AddIn
May 613 min readCreating an AddIn in ExcelHow to create an Excel AddIn and use it to listen Excel application events using VBA code.