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 249 min readContext menus and AddInsHow to use an AddIn to customize context menus in Excel - either programmatically using VBA and using RibbonX.
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.
Sep 22, 20231 min readAddIn AssistantNeed help with installing an AddIn in Excel, Word, PowerPoint or Outlook? Get the AddIn Assistant!
Sep 15, 20231 min readUnblock a file containing VBA codeSince mid 2022, files containing VBA code received over the internet or via email can be 'blocked' - preventing the VBA code from running.
May 23, 20222 min readVBE_Extras is here!VBE_Extras is an AddIn for the Visual Basic Editor (VBE) within Excel, Word, Outlook and PowerPoint. It is designed to make coding with...
Mar 4, 20229 min readInstalling and updating Add-insInstalling and updating an Add-in for an Office application is not difficult. Honest, it's not. But the right steps have to be performed...